ArduinoGamingController_Updated by kevin.brigadier

This sketch is missing a short description

This code is modified from code I obtained through the following link: http://www.instructables.com/id/Arduino-LeonardoMicro-as-Game-ControllerJoystick/?

The instructable, the unmodified code, and the Joystick library were created by Matthew Heironimus. All credit for this code belongs to him. Without his work this code would not be possible.

This code requires that you have the arduino IDE version 1.6.6 or later. Tested with both 1.6.6 and 1.6.7 It WILL NOT work with earlier versions of the Arduino IDE.

This code also requires the "Joystick" library to work and it is NOT a library the Arduino IDE has by default. There is a link to it in the above instructable. Or through this link: https://github.com/MHeironimus/ArduinoJoystickLibrary

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:232199" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>