aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Madison <dmadison@users.noreply.github.com>2019-03-06 20:44:25 -0500
committerDavid Madison <dmadison@users.noreply.github.com>2019-03-06 20:44:25 -0500
commitfc2a9f78618cebddcfa59d1d368b5f41e7be1628 (patch)
tree919787b3f65a429bcf2eb3f36f2f563c1479ffbc /README.md
parent34e48b05d5dfc699d5d4b738604af6c953c96bbe (diff)
Add README
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b959e91
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# 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.
+
+## License
+
+The Arduino core files are licensed under the terms of the [GNU Lesser General Public License (LGPL) version 2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html). Modifications are released under these same terms. See the [LICENSE](LICENSE.txt) file for more information.
+
+Newly contributed files for XInput support are licensed under the terms of the more permissive [MIT license](https://opensource.org/licenses/MIT).