Interval/library.json

23 lines
427 B
JSON
Raw 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": "https://github.com/Pablo2048/Interval.git"
},
"version": "0.0.2",
2018-04-06 16:00:14 +02:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
2018-04-06 16:00:14 +02:00
"build": {
"libCompatMode": 2
}
}