aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Madison <dmadison@users.noreply.github.com>2019-03-11 00:44:10 -0400
committerGitHub <noreply@github.com>2019-03-11 00:44:10 -0400
commitbf126654a23765f20083ee6311aa8427d6a21622 (patch)
treedf4f019a5af959f86e757a663e7f3325e5a1483c
parent1689c59f61841b094166351cac6f5d431dd5fe04 (diff)
Add link to original repository in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 329fc9e..95775ef 100644
--- a/README.md
+++ b/README.md
@@ -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).