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
351 B
INI
9 lines
351 B
INI
name=Mouse
|
|
version=1.0.1
|
|
author=Arduino and EFP3
|
|
maintainer=Earle F. Philhower, III <earlephilhower@yahoo.com>
|
|
sentence=Allows an Arduino board with USB capabilities to act as a Mouse.
|
|
paragraph=Allows the RP2040 to emulate a USB mouse
|
|
category=Device Control
|
|
url=https://www.arduino.cc/reference/en/language/functions/usb/mouse/
|
|
architectures=rp2040
|