Skip to content

Commit 0d436da

Browse files
committed
1 parent 33bd451 commit 0d436da

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

library.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "Arduino-MIDI",
3+
"keywords": "midi",
4+
"description": "This library enables MIDI I/O communications on the Arduino serial ports",
5+
"author":
6+
{
7+
"name": "Francois Best",
8+
"email": "[email protected]",
9+
"url": "http://fortyseveneffects.com"
10+
},
11+
"repository":
12+
{
13+
"type": "git",
14+
"url": "https://github.com/FortySevenEffects/arduino_midi_library.git"
15+
}
16+
"include": "src",
17+
"examples": "res/Examples/*/*.ino"
18+
}

0 commit comments

Comments
 (0)