redlegjed

Results 2 comments of redlegjed

I adapted the example to use the round robin ADC capture. The code is below if you are interested. I put the ADC capturing in a loop, so that it...

I think `adc_select_input(CAPTURE_CHANNEL);` sets the starting ADC channel in the round robin. All ADC channels are read in one iteration of the loop. From the Pico C SDK manual in...