FeralAI / GP2040

Gamepad firmware for Raspberry Pi Pico and other RP2040 microcontrollers supporting Nintendo Switch, XInput and DirectInput
https://gp2040.info
MIT License
577 stars 125 forks source link

Software Module Interface #18

Closed FeralAI closed 2 years ago

FeralAI commented 3 years ago

Define an interface for libraries to be able to plug into GP2040. Would likely have the following traits (plus more I'm sure):

FeralAI commented 2 years ago

This is now implemented with the GPModule class and some setup logic in the main.cpp file.