i made a loop that checks to see if the adc is greater than or less than x before changing the LCD display.
For example...if your ADC is 10 bit then you get 0 to 1024.
So if your ADC signal is lets say jumping around 345 +/- 3 to 4 then you could LCDOUT and then read the ADC signal into a new variable and compare it to the original...if it is within a few numbers, dont let it out of the loop (dont let it jump back to where your LCDOUT command is until the range is outside of your range interval). Also, use a Zener diode to stabalize the ADC voltage.
Bookmarks