From 8d86efe5d822643fc09eac486d331f2723df4ad5 Mon Sep 17 00:00:00 2001 From: David Madison Date: Wed, 6 Mar 2019 21:36:12 -0500 Subject: Add Installation section to README --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index cc6b962..424110c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,35 @@ # XInput USB Core for Arduino AVR The files in this repository allow you to emulate an Xbox gamepad (XInput) using a USB-capable Arduino microcontroller. - + +## Installation +
+└───Arduino Installation
+	├───drivers
+	├───examples
+	├───hardware
+	│   ├───arduino
+	│   ├───tools
+	│   └───xinput
+	│       └───avr
+	│           ├───bootloaders
+	│           ├───cores
+	│           ├───libraries
+	│           └───variants
+	├───java
+	├───lib
+	├───libraries
+	├───reference
+	├───tools
+	└───tools-builder
+
+ +To install, download [the latest version](../../releases/latest) of this repository to your PC. Navigate to the directory containing your Arduino installation, and then open up the 'hardware' folder. Extract the contents of the .zip file into this directory. You should have a new 'xinput' folder with an 'avr' folder inside of it, containing the files from this repository (see the tree view above). + +Restart the Arduino IDE. If the XInput AVR core is installed correctly, you should see a new collection of "XInput AVR Boards" in the `Tools -> Boards` menu. + +To uninstall, delete the 'xinput' folder in the 'hardware' directory, and then restart the Arduino IDE. + ## Supported Boards * [Adafruit Circuit Playground 32u4](https://www.adafruit.com/product/3000) -- cgit v1.2.3-18-g5258