arduino-pico
arduino-pico copied to clipboard
Raspberry Pi Pico Arduino core, for all RP2040 boards
i hope i have done all correctly.. please let me know how i can test my changes locally - is it save to link the repo to the arduino hardware...
My attempt at making a nice low power library, that works for RP2040 and RP2350. Will close #2528, related to #345. Adds a modified version of `pico_sleep` that removes some...
Currently the [CheckPicoW()](https://github.com/earlephilhower/arduino-pico/blob/master/cores/rp2040/cyw43_wrappers.cpp#L116C13-L116C23) is guarded with `#ifdef PICO_RP2040` - else `true`. This will incorrectly return `true` on a Pico 2 (non-W). It would be great if this runtime check could...