diff options
author | David Madison <dmadison@users.noreply.github.com> | 2019-03-06 21:07:42 -0500 |
---|---|---|
committer | David Madison <dmadison@users.noreply.github.com> | 2019-03-06 21:13:15 -0500 |
commit | dbdc21467c53132fae4d811784476e02d5ce0309 (patch) | |
tree | 94c33615cde486ce70309701855d94a41ded91e2 /README.md | |
parent | fc2a9f78618cebddcfa59d1d368b5f41e7be1628 (diff) |
Supported board section in README
These are all of the USB-capable boards in the boards.txt file, all using the 32U4.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |