We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce42efc commit de608f8Copy full SHA for de608f8
library.json
@@ -17,9 +17,12 @@
17
"url": "https://github.com/FortySevenEffects/arduino_midi_library.git",
18
"branch": "master"
19
},
20
- "downloadUrl": "https://github.com/FortySevenEffects/arduino_midi_library/releases/tag/4.3.1",
21
- "include": "src",
22
- "examples": "examples/*/*.ino",
+ "export": {
+ "include": [
+ "src",
23
+ "examples"
24
+ ]
25
+ },
26
"frameworks": "arduino",
27
"platforms": ["atmelavr", "atmelsam", "teensy"]
28
}
0 commit comments