Microcontroller › PIC › About ADC programming error…. › Hi, ADCON0|=(1 << GO);
December 23, 2014 at 4:26 am
#12446
Participant
Hi,
ADCON0|=(1 << GO); // Start A/D
The value of ‘GO’ need to be defined with a value, like
#define GO 5
Learn about the ADCON0 to find out the value that should be used to define the ‘GO’