Quote Originally Posted by mcbeasleyjr View Post
The way that it works is basically this: with every 10mA increase in current, the adc should increase by 1.
Hello mcbeasleyjr,

I think you might need to give us more information. Otherwise, you may just get answers like this:

Code:
adc_result = adc_result * 10 '10mA per value of adc_result
lcdout $FE,1,#adc_result," mA"