Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
printf("\n\rThe ADC Value is: %i ",ADCC_GetSingleConversion(channel_ANA4));
Just checked - I'm still using 4.15
typedef enum
{
POT = 0x4,
channel_Vss = 0x3B,
channel_Temp_Sensor = 0x3C,
channel_DAC1_Output = 0x3D,
channel_FVR_Buffer1 = 0x3E,
channel_FVR_Buffer2 = 0x3F
} adcc_channel_t;