Commit 16dbd07
committed
Merge commit 'refs/pull/89/head' of https://github.com/MHeironimus/ArduinoJoystickLibrary into community-updates
A popular library installation technique is to download the library via GitHub's Clone or download > Download ZIP and then use the Arduino IDE's Sketch > Include Library > Add .ZIP Library. This requires the library to be in the root of the repository, not in a subfolder. If the library is not in the root of the repository this installation technique fails:
```
Specified folder/zip file does not contain a valid library
```
This move is also required if you wanted to add your library to the [Arduino Library Manager](https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ) index, which provides an even easier installation option.
After this change, the installation scripts are no longer needed. These scripts would only work with the default sketchbook location.File tree
16 files changed
+3
-16
lines changed- examples
- DrivingControllerTest
- FlightControllerTest
- GamepadExample
- HatSwitchTest
- JoystickButton
- JoystickKeyboard
- JoystickTest
- MultipleJoystickTest
- src
- DynamicHID
16 files changed
+3
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 24 | + | |
| 25 | + | |
31 | 26 | | |
32 | 27 | | |
33 | 28 | | |
| |||
This file was deleted.
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments