PlatformIO-based manifest file
Web: http://platformio.ikravets.com/#!/lib/show/Arduino-MIDI Docs: http://docs.platformio.ikravets.com/en/latest/librarymanager/index.html
This commit is contained in:
parent
33bd451ca7
commit
0d436da5fc
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "Arduino-MIDI",
|
||||
"keywords": "midi",
|
||||
"description": "This library enables MIDI I/O communications on the Arduino serial ports",
|
||||
"author":
|
||||
{
|
||||
"name": "Francois Best",
|
||||
"email": "francois.best@fortyseveneffects.com",
|
||||
"url": "http://fortyseveneffects.com"
|
||||
},
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/FortySevenEffects/arduino_midi_library.git"
|
||||
}
|
||||
"include": "src",
|
||||
"examples": "res/Examples/*/*.ino"
|
||||
}
|
||||
Loading…
Reference in New Issue