Skip to content

Commit be85bf1

Browse files
committed
Add SparkFun AVR boards
1 parent 0ec2a93 commit be85bf1

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,12 @@ To function as an XInput device, you *must* use a compatible boards package with
4040

4141
The following boards packages are available:
4242

43-
* #### [Arduino AVR Boards](https://www.github.com/dmadison/ArduinoXInput_AVR)
43+
* #### [Arduino AVR Core Boards](https://www.github.com/dmadison/ArduinoXInput_AVR)
4444
Modifies the Arduino AVR core to emulate an XInput device. Includes support for the Arduino Leonardo, Micro, Yun, and more.
4545

46+
* #### [SparkFun AVR Boards](https://www.github.com/dmadison/ArduinoXInput_SparkFun)
47+
Provides support for the MaKey MaKey, Pro Micro, Fio, Qduino Mini, and LilyPad USB Plus. Requires the XInput AVR Core boards.
48+
4649
* #### [Teensy 3 Boards](https://www.github.com/dmadison/ArduinoXInput_Teensy)
4750
Includes an 'XInput' USB mode for the Teensy 3.1, 3.2, 3.5, 3.6, and LC microcontrollers. Requires a preexisting Teensyduino installation.
4851

extras/SupportedBoards.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ Here is a complete list of all of the currently supported boards. Each header li
1616
* [LilyPad Arduino USB](https://www.sparkfun.com/products/12049)
1717
* [Linino One](https://store.arduino.cc/usa/linino-one)
1818

19+
## [SparkFun AVR Boards](https://github.com/dmadison/ArduinoXInput_Sparkfun)
20+
(Note: requires the XInput AVR core)
21+
22+
* [MaKey MaKey](https://www.sparkfun.com/products/11511)
23+
* [Pro Micro 3.3V](https://www.sparkfun.com/products/10999)
24+
* [Pro Micro 5V](https://www.sparkfun.com/products/11098)
25+
* [Fio v3](https://www.sparkfun.com/products/11520)
26+
* [Qduino Mini](https://www.sparkfun.com/products/13614)
27+
* [LilyPad USB Plus](https://www.sparkfun.com/products/14346)
28+
1929
## [Teensy 3 Boards](https://github.com/dmadison/ArduinoXInput_Teensy/)
2030

2131
* [Teensy 3.6](https://www.pjrc.com/store/teensy36.html)

0 commit comments

Comments
 (0)