From a5ccce22771746cdd5c5a4c6e8ae9c8a9abc7824 Mon Sep 17 00:00:00 2001 From: Dan Frumin Date: Fri, 2 Aug 2019 13:16:50 +0200 Subject: [PATCH] Add readme --- README.org | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..f691011 --- /dev/null +++ b/README.org @@ -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!