Can anyone explain to me what the following ADCON settings represent? I understand bits and pieces but the harder I try to wrap my head around the whole picture, the more confused I get:
ADCON0 = 0x00000101;
ADCON1 = 0b00001011;
ADCON2 = 0b10000001;
A bit by bit explanation would be ideal however any assistance would be extremely helpful as my textbook does not clearly define these registers (ADCON2 is not even in the book).
ADCON0 = 0x00000101;
ADCON1 = 0b00001011;
ADCON2 = 0b10000001;
A bit by bit explanation would be ideal however any assistance would be extremely helpful as my textbook does not clearly define these registers (ADCON2 is not even in the book).