Skip to content

Commit 1b3dd6a

Browse files
authored
Latest documentation updates
1 parent 9dad2e9 commit 1b3dd6a

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Arduino Joystick Library
44
#### Version 2.0.0 (in Beta Testing)
5-
This library can be used with Arduino IDE 1.6.6 (or above) to add one or more joysticks (or gamepads) to the list of HID devices an Arduino Leonardo or Arduino Micro (or any Arduino clone that is based on the ATmega32u4) can support. This will not work with Arduino IDE 1.6.5 (or below).
5+
This library can be used with Arduino IDE 1.6.6 (or above) to add one or more joysticks (or gamepads) to the list of HID devices an [Arduino Leonardo](https://www.arduino.cc/en/Main/ArduinoBoardLeonardo) or [Arduino Micro](https://www.arduino.cc/en/Main/ArduinoBoardMicro) (or any Arduino clone that is based on the ATmega32u4) can support. This will not work with Arduino IDE 1.6.5 (or below).
66

77
##Installation Instructions
88
Copy the Joystick folder to the Arduino libraries folder (typically `%userprofile%\Documents\Arduino\libraries`). On Microsoft Windows machines, the `deploy.bat` file can be executed to install the Joystick folder (assuming a default Arduino installation). The library should now appear in the Arduino IDE list of libraries. The examples should also appear in the examples menu in the Arduino IDE.
@@ -187,11 +187,16 @@ I have tested this library using the following Arduino IDE Versions:
187187

188188
I have tested this library with the following boards:
189189

190-
- Arduino Leonardo
191-
- Arduino Micro
190+
- [Arduino Leonardo](https://www.arduino.cc/en/Main/ArduinoBoardLeonardo)
191+
- [Arduino Micro](https://www.arduino.cc/en/Main/ArduinoBoardMicro)
192192

193193
Others have tested this library with the following boards:
194-
- Arduino Due (version 1.x only, version 2.x not confirmed at this time)
195-
- SparkFun Pro Micro
194+
- [SparkFun Pro Micro](https://www.sparkfun.com/products/12640)
196195

197-
(as of 2016-06-23)
196+
Other board notes:
197+
- [Arduino Due](https://www.arduino.cc/en/Main/ArduinoBoardDue) - I am told that the Arduino IDE 1.6.5 (and below) version of this library (see [Add USB Game Controller to Arduino Leonardo or Micro](http://mheironimus.blogspot.com/2015/03/add-usb-game-controller-to-arduino.html)) worked with the Arduino Due, but the new Arduino Joystick Library (i.e. both version 1.x and version 2.x) does not work with Arduino Due at this time.
198+
- [Arduino UNO](https://www.arduino.cc/en/Main/ArduinoBoardUno) - NOT Supported - However, it might work with the [NicoHood/HoodLoader2](https://github.com/NicoHood/HoodLoader2) library, but I have not had a chance to try this out yet.
199+
- [Arduino MEGA](https://www.arduino.cc/en/Main/ArduinoBoardMega2560) - NOT Supported - However, it might work with the [NicoHood/HoodLoader2](https://github.com/NicoHood/HoodLoader2) library, but I have not had a chance to try this out yet.
200+
201+
202+
(as of 2016-06-24)

0 commit comments

Comments
 (0)