dangiu / PicoMemcard

Emulating PSX Memory Card (or controller) using a Raspberry Pi Pico
GNU General Public License v3.0
528 stars 38 forks source link

Pico W LED support #53

Closed realJoshByrnes closed 1 year ago

realJoshByrnes commented 1 year ago

Previous PR is deleted due to restructure on my fork.

Added support for Pico W, specifically LED support, as the LED is no longer wired to PICO_DEFAULT_LED_PIN (GPIO 25), but is now wired to CYW43_WL_GPIO_LED_PIN (GPIO 0 on the Wireless Module)

This change does not require a separate binary for PICO and PICO_W, but will increase the size of said binary.

Edits based on https://forums.raspberrypi.com/viewtopic.php?t=336884

Unlike last time, this one has been tested and works perfectly on both W and non-W variants. Fixes #52 - Replaces #45

dangiu commented 1 year ago

Clean work, nice!