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",
|
2018-11-11 08:02:18 +01:00
|
|
|
"url": "http://git.xpablo.cz/pablo2048/Interval.git"
|
2018-04-06 16:00:14 +02:00
|
|
|
},
|
2018-11-11 08:02:18 +01:00
|
|
|
"version": "0.0.3",
|
2018-04-06 16:00:14 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"frameworks": "arduino",
|
2018-06-06 11:02:23 +02:00
|
|
|
"platforms": "*",
|
2018-04-06 16:00:14 +02:00
|
|
|
"build": {
|
|
|
|
"libCompatMode": 2
|
|
|
|
}
|
|
|
|
}
|