Joystick HID API for Arduino.
Go to file
2015-11-12 21:06:19 -05:00
examples Fix code in complex example. 2015-11-12 20:33:25 -05:00
Joystick.cpp Speculative fix for latched buttons. 2015-11-12 21:06:19 -05:00
Joystick.h Add documentation to the header about the state of axis control. 2015-11-12 20:54:31 -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.