reading multiple adc channels, no dma
Posted on January 26, 2015 at 11:58 Hello List, I,m struggling with reading, without DMA, from multiple channels. Every, say, 10 msec I call: var1 = Get_ADC_Value(11); var2 = Get_ADC_Value(12); Both variables ALWAYS get ...