raspberrypi / pico-sdk

BSD 3-Clause "New" or "Revised" License
3.27k stars 844 forks source link

adc: adc_read() not check for error (#1575) v2 #1599

Open ruehlchris opened 6 months ago

ruehlchris commented 6 months ago

Implementation of adc_read() not check for errors in the ADC_CS register.

v2: