Joystick HID API for Arduino.
Go to file
2015-11-08 23:32:48 -05:00
examples Add an equivalent example using the new Joystick API. Also add pin initializing code to Joystick::AddButton() 2015-11-06 12:07:37 -05:00
Joystick.cpp Implement logic for pulsed button presses. This commit has not been tested. 2015-11-08 23:32:48 -05:00
Joystick.h Implement logic for pulsed button presses. This commit has not been tested. 2015-11-08 23:32:48 -05:00
Readme.md Initial commit. 2015-11-04 22:02:09 -05:00

This is a simple library that builds and sends USB HID Joystick reports.

This requires that your Arduino's USB communication chip be programmed with the arduino-big-joystick firmware (or similar).

See https://github.com/harlequin-tech/arduino-usb for more info.