Interval/library.json

23 lines
429 B
JSON

{
"name":"Interval",
"description":"Make timing by using intervals instead of delay()",
"keywords":"interval,delay",
"authors":
{
"name": "Pavel Brychta",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "http://git.xpablo.cz/pablo2048/Interval.git"
},
"version": "0.0.4",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"build": {
"libCompatMode": 2
}
}