Loc15 / PicoGamepadConverter

Switch to different gamepad modes using a gamepad as input. Re-use old gamepads that don't support USB connections or make compatibles with certain platform.
GNU General Public License v3.0
31 stars 5 forks source link

Allow pins to be changed for pio usb #5

Open andrewfstratton opened 3 months ago

andrewfstratton commented 3 months ago

The Waveshare RP2040 Zero and One boards both have Pin 16 allocated to a NeoPixel, so being able to reconfigure the pin/s used for PIO USB would be useful.

It could also be useful to reconfigure the web enable pin - but that wouldn't be possible through the web interface :|

Loc15 commented 3 months ago

It's easy to change pin configuration on code to do the build, just it's necessary to change header file with name config.h. I could to do builds for other boards too if someone needs it. It's a good idea but there is another priorities.

andrewfstratton commented 3 months ago

Adafruit feather also uses pin 16 for an LED