Skip to content

Commit

Permalink
Fix library manifest for @platformio
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Nov 4, 2016
1 parent ce42efc commit de608f8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions library.json
Expand Up @@ -17,9 +17,12 @@
"url": "https://github.com/FortySevenEffects/arduino_midi_library.git",
"branch": "master"
},
"downloadUrl": "https://github.com/FortySevenEffects/arduino_midi_library/releases/tag/4.3.1",
"include": "src",
"examples": "examples/*/*.ino",
"export": {
"include": [
"src",
"examples"
]
},
"frameworks": "arduino",
"platforms": ["atmelavr", "atmelsam", "teensy"]
}

0 comments on commit de608f8

Please sign in to comment.