Move the Joystick, Keyboard, and Mouse into a base class which handles the operation/input, and a subclass which will implement the reporting as a HID device via USB, Bluetooth Classic, or Bluetooth Low Energy (BLE). Reduce copies of library code and makes maintainability much better.
9 lines
317 B
INI
9 lines
317 B
INI
name=Joystick
|
|
version=1.0.1
|
|
author=Benjamin Aigner
|
|
maintainer=Benjamin Aigner <beni@asterics-foundation.org>
|
|
sentence=Allows any RP2040 board to act as a joystick/gamepad
|
|
paragraph=Allows the RP2040 to emulate a USB Joystick
|
|
category=Device Control
|
|
url=https://github.com/benjaminaigner/Joystick
|
|
architectures=rp2040
|