From dbdc21467c53132fae4d811784476e02d5ce0309 Mon Sep 17 00:00:00 2001 From: David Madison Date: Wed, 6 Mar 2019 21:07:42 -0500 Subject: Supported board section in README These are all of the USB-capable boards in the boards.txt file, all using the 32U4. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b959e91..cc6b962 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,22 @@ # 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. + +## Supported Boards + +* [Adafruit Circuit Playground 32u4](https://www.adafruit.com/product/3000) +* [Arduino Esplora](https://store.arduino.cc/usa/arduino-esplora) +* [Arduino Industrial 101](https://store.arduino.cc/usa/arduino-industrial-101) +* [Arduino Leonardo](https://store.arduino.cc/usa/leonardo) +* [Arduino Leonardo ETH](https://store.arduino.cc/usa/arduino-leonardo-eth) +* [Arduino Micro](https://store.arduino.cc/usa/arduino-micro) +* [Arduino Robot Control / Motor](https://store.arduino.cc/usa/arduino-robot) +* [Arduino Yún](https://store.arduino.cc/usa/arduino-yun) +* [Arduino Yún Mini](https://store.arduino.cc/usa/arduino-yun-mini) +* [LilyPad Arduino USB](https://www.sparkfun.com/products/12049) +* [Linino One](https://store.arduino.cc/usa/linino-one) + +Unfortunately boards such as the Uno, Nano, or Mega that do not have native USB support will *not* work. ## License -- cgit v1.2.3-18-g5258