Just a guess...
This makes the ADC right justified
This will make it left justified. Left justified is "normal"for 8 bit.Code:ADCON1=%10000010 '?? Setup to read analog inputs
Code:ADCON1=%00000010
Just a guess...
This makes the ADC right justified
This will make it left justified. Left justified is "normal"for 8 bit.Code:ADCON1=%10000010 '?? Setup to read analog inputs
Code:ADCON1=%00000010
Dave
Always wear safety glasses while programming.
Bookmarks