Hi all,
I’m using PBP 2.45 and PIC16F767
I have plenty of PIC16F767 on hand and my new project asks for lots of digital IOs .
I need to make sure all the IOs are in digital mode.
Reading the data sheet I got a little confused.
Is it enough to get all IOs as digital using the generic lines:

CMCON = 7 for analog comparators and
ADCON1 = 7 for A/D IOs ?

Do I need to change this lines or add some more?
Any input will be appreciated.
Nick