Thank you so much! This works perfectly. Last week I had tried to run a Timer 1 program on a 16F886 that had been running perfectly on a 16F876A. The program would not run on the 16F886 until I added:
ANSEL = %00000000
ANSELH = %00000000
ADCON0 = %00000000
ADCON1 = %00000000
which took me FOREVER to find because I am just starting out learning this. ALLDIGITAL.pbp will save me a lot of time.
Thank you again for helping.
Bookmarks