arduino-joystick/Readme.md

7 lines
391 B
Markdown
Raw Normal View History

This is a library that builds and sends USB HID Joystick reports, making it easy to build USB Joysticks with Arduino.
2015-11-05 03:02:09 +00:00
Dependencies:
2015-11-05 03:02:09 +00:00
* 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.
* The Bounce2 library, available at <https://github.com/thomasfredericks/Bounce2>.