teejusb / fsr

FSR code used for dance pads
GNU General Public License v3.0
63 stars 43 forks source link

Fix building for RP2040 #87

Closed sukibaby closed 4 months ago

sukibaby commented 4 months ago

Tested working on a Waveshare RP2040-Zero.

With the existing code, RP2040 users have to change #elif defined(ARDUINO_ARCH_RP2040) to #elif 1

With this change, after following setup instructions at https://github.com/earlephilhower/arduino-pico, everything works as expected.