u2if icon indicating copy to clipboard operation
u2if copied to clipboard

Fix ADC GPIO range from 26-28 to 26-29

Open zrezke opened this issue 1 year ago • 2 comments

GPIO26-29 are shared with ADC inputs AIN0-3 https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf#page=564&zoom=100,153,865

  • Basically GPIO29 wasn't being configured as ADC since getAdcIndexFromGpio returned -1 on GPIO 29

This also includes this fix.

zrezke avatar Jul 13 '23 12:07 zrezke