mirror of
https://github.com/mytechnotalent/Embedded-Hacking.git
synced 2026-05-30 11:09:30 +02:00
9fd8c28e30
PADS_BANK0 GPIO5 had PDE (pull-down enable, bit 2) still set to its reset default. With both PUE and PDE active the pin floated to ~VDD/2, causing the Schmitt trigger to read LOW permanently. Clear PDE in _configure_pad() so the pull-up works correctly. Added PADS_BANK0_PDE_SHIFT define to rp2350.h.