-
|
I'm currently trying to set up an RP2040 Zero as an SPI button bridge. What am I missing here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Turns out the |
Beta Was this translation helpful? Give feedback.
Turns out the
SPI_Buttonsconstructor sets up with the values stored in flash, and then re-inits SPI with a few hardcoded values which overwrote what I'm trying to set insetConfig(). I've updated my PR (#163) to fix this.