From daefff2c9517ac0b58d56255bfc200b3f231f0fb Mon Sep 17 00:00:00 2001 From: David Madison Date: Sat, 9 Mar 2019 23:30:09 -0500 Subject: Add limitations section to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 3f1c357..dadb809 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,16 @@ Note that the IDE may say that it "Couldn't find a Board on the selected port" e Unfortunately boards such as the Uno, Nano, or Mega that do not have native USB support will *not* work. +## Limitations + +### No Console Support + +This will *not* enable you to use your Arduino with an Xbox console! Genuine controllers use a dedicated hardware security chip that handshakes with the console. The Arduinos do not have this chip, and its security method has not been (openly) broken. + +### No Commercial Use + +These board definitions make use of Microsoft's VID and PID in order to latch on to the PC driver. As such this is strictly for educational or development use by non-commercial entities. + ## 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. -- cgit v1.2.3-18-g5258