Skip to content

Commit 352e3d1

Browse files
author
Francois Best
committed
Merge pull request #26 from ivankravets/patch-1
PlatformIO-based manifest file
2 parents 33bd451 + 96cdd33 commit 352e3d1

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)