diff --git a/library.json b/library.json new file mode 100644 index 0000000..0c503f0 --- /dev/null +++ b/library.json @@ -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" + }