Hi Tony,

You don't necessarily have to set these pins to inputs with TRISIO before
using ADCIN, but it definitely is good practice to do so.

Pins are inputs by default at power-up, but I always include TRIS statements
in code just to be 100% sure the pin is an input before reading it.