Interval/library.json

23 lines
429 B
JSON
Raw Permalink Normal View History

2018-04-06 16:00:14 +02:00
{
"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"
2018-04-06 16:00:14 +02:00
},
2019-10-09 09:41:11 +02:00
"version": "0.0.4",
2018-04-06 16:00:14 +02:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
2018-04-06 16:00:14 +02:00
"build": {
"libCompatMode": 2
}
}