Files
pico-sdk/src
bobsayshilol 25a3b36793 Fix assert in adc_set_round_robin() (#698)
The mask passed in shouldn't already be shifted by ADC_CS_RROBIN_LSB
(16) otherwise the shift in the call to hw_write_masked() would shift
all of the bits off the end of the mask, hence we should be asserting
not against ADC_CS_RROBIN_BITS (0x1f0000) but against the number of ADC
channels available.
2022-01-19 09:34:18 -06:00
..
2021-01-20 10:44:27 -06:00
2021-10-25 12:26:06 -05:00
2021-01-20 10:44:27 -06:00