Hey guys,
I'm finding the docs brutal for this TI programming ... I need to do the simplest thing, setup P0_0, P0_1, P0_2 as ADC inputs ... how do you do this?!
Do I have to do this? ADCCON3 = (HAL_ADC_REF_125V | HAL_ADC_DEC_512 | HAL_ADC_CHANNEL_1);
What is the official way to setup pins as In/Out/Analog/Digital etc??
Thanks!