I am trying to set up a simple ADC but it is multiple inputs. I have 10 Analog inputs, using TMR 3 as the timing i want to create those 10 inputs to fill buffer BUF0 to BUF 9. void ADC1_Init(void)
{ AD1PCFGH = 0x0000;
AD1PCFGL = 0x0003;
/*ADCON1*/
AD1..
↧