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
378 B
INI
9 lines
378 B
INI
name=HID_Bluetooth
|
|
version=1.0.0
|
|
author=Earle F. Philhower, III <earlephilhower@yahoo.com>
|
|
maintainer=Earle F. Philhower, III <earlephilhower@yahoo.com>
|
|
sentence=Implements a HID device base class for PicoW Bluetooth
|
|
paragraph=Implements a HID device base class for PicoW Bluetooth
|
|
category=Device Control
|
|
url=https://github.com/earlephilhower/arduino-pico
|
|
architectures=rp2040
|