Closed sukibaby closed 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
#elif defined(ARDUINO_ARCH_RP2040)
#elif 1
With this change, after following setup instructions at https://github.com/earlephilhower/arduino-pico, everything works as expected.
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.