Add readme

This commit is contained in:
Dan Frumin 2019-08-02 13:16:50 +02:00
parent cc3733294c
commit a5ccce2277
1 changed files with 17 additions and 0 deletions

17
README.org Normal file
View File

@ -0,0 +1,17 @@
* What is this?
This is a simple recipe for turning your Arduino into a usable
joystick/gamepad.
I am using [[https://robotdyn.com/joystick-shield-for-arduino.html][RobotDyn Joystick shield]] which makes the whole process
trivial.
* Compiling
Install the dependencies:
- [[https://github.com/sudar/Arduino-Makefile][Arduino Makefile]] (available as arduino-mk in Ubuntu/Debiab)
- [[https://github.com/MHeironimus/ArduinoJoystickLibrary][Arduino Joystick Library]]
Then just run ~make~ and ~make upload~ to flash the board.
* Wiring
There is nothing to wire -- just pop the shield onto your board and
plug it in!