Rework the joystick code to use the Bounce2 library.

This commit is contained in:
Anna Rose Wiggins 2015-11-13 00:45:38 -05:00
parent 9ae0777c6b
commit f0cfcdc90d
3 changed files with 19 additions and 31 deletions

View file

@ -1,7 +1,6 @@
This is a simple library that builds and sends USB HID Joystick reports.
This is a library that builds and sends USB HID Joystick reports, making it easy to build USB Joysticks with Arduino.
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.
Dependencies:
* 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>.