Quote Originally Posted by RussMartin View Post
I've done ADC before, with the 12F683 at 4 MHz and 8 bits.

Should I do anything different for the 16F88 at 8 MHz and 10 bits?
There are a few things to do differently.

First thing is obvious, DEFINE ADC_BITS 10

And, Right Justify the result ADCON1.7 = 1

Then go here, and start using 12-bits or more.
http://www.darreltaylor.com/DT_Analog/
<br>