diff options
author | David Madison <dmadison@users.noreply.github.com> | 2019-03-11 00:44:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-11 00:44:10 -0400 |
commit | bf126654a23765f20083ee6311aa8427d6a21622 (patch) | |
tree | df4f019a5af959f86e757a663e7f3325e5a1483c /README.md | |
parent | 1689c59f61841b094166351cac6f5d431dd5fe04 (diff) |
Add link to original repository in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # 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. +The files in this repository allow you to emulate an Xbox gamepad (XInput) using a USB-capable Arduino microcontroller. Originally forked from [the official Arduino AVR core](https://github.com/arduino/ArduinoCore-avr). This is meant to be used in conjunction with the [ArduinoXInput library](https://github.com/dmadison/ArduinoXInput). |