arduino-pico/libraries/JoystickBLE/docs
2023-03-01 16:29:25 -08:00
..
api.md Add BLE HID libraries and examples (#1240) 2023-03-01 16:29:25 -08:00
readme.md Add BLE HID libraries and examples (#1240) 2023-03-01 16:29:25 -08:00

Joystick library

The Joystick functions enable a RP2040 board to act as a HID game controller.

To use this library:

#include <Joystick.h>

Examples

  • [Joystick-AllFunctions] Includes example calls for each Joystick function