Skip to content

Commit 0ec2a93

Browse files
committed
Add supported boards file
1 parent ac9a5e6 commit 0ec2a93

2 files changed

Lines changed: 26 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ The following boards packages are available:
4545

4646
* #### [Teensy 3 Boards](https://www.github.com/dmadison/ArduinoXInput_Teensy)
4747
Includes an 'XInput' USB mode for the Teensy 3.1, 3.2, 3.5, 3.6, and LC microcontrollers. Requires a preexisting Teensyduino installation.
48-
49-
For information on how to add support for another Arduino-compatible board with native USB support, see [the documentation on the USB API](extras/XInputUSB_API.md).
48+
49+
For a complete list of available packages and compatible boards see [the 'supported boards' file](extras/SupportedBoards.md). For information on how to add support for another Arduino-compatible board with native USB support, see [the documentation on the USB API](extras/XInputUSB_API.md).
5050

5151
## License
5252

extras/SupportedBoards.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Supported Boards
2+
3+
Here is a complete list of all of the currently supported boards. Each header links to the respective repository where those board files are hosted. You *must* use an XInput specific board package for the library to function properly.
4+
5+
## [Arduino AVR Core Boards](https://github.com/dmadison/ArduinoXInput_AVR/)
6+
7+
* [Adafruit Circuit Playground 32u4](https://www.adafruit.com/product/3000)
8+
* [Arduino Esplora](https://store.arduino.cc/usa/arduino-esplora)
9+
* [Arduino Industrial 101](https://store.arduino.cc/usa/arduino-industrial-101)
10+
* [Arduino Leonardo](https://store.arduino.cc/usa/leonardo)
11+
* [Arduino Leonardo ETH](https://store.arduino.cc/usa/arduino-leonardo-eth)
12+
* [Arduino Micro](https://store.arduino.cc/usa/arduino-micro)
13+
* [Arduino Robot Control / Motor](https://store.arduino.cc/usa/arduino-robot)
14+
* [Arduino Yún](https://store.arduino.cc/usa/arduino-yun)
15+
* [Arduino Yún Mini](https://store.arduino.cc/usa/arduino-yun-mini)
16+
* [LilyPad Arduino USB](https://www.sparkfun.com/products/12049)
17+
* [Linino One](https://store.arduino.cc/usa/linino-one)
18+
19+
## [Teensy 3 Boards](https://github.com/dmadison/ArduinoXInput_Teensy/)
20+
21+
* [Teensy 3.6](https://www.pjrc.com/store/teensy36.html)
22+
* [Teensy 3.5](https://www.pjrc.com/store/teensy35.html)
23+
* [Teensy 3.1](https://www.pjrc.com/store/teensy31.html) / [3.2](https://www.pjrc.com/store/teensy32.html)
24+
* [Teensy LC](https://www.pjrc.com/teensy/teensyLC.html)

0 commit comments

Comments
 (0)