Interval/library.json
Pablo2048 9675548e2f
All checks were successful
PlatformIO flow / build (push) Successful in 30s
Documentation, version updated
2025-03-07 21:02:11 +01:00

23 lines
430 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": "https://git.xpablo.cz/pablo2048/Interval.git"
},
"version": "2.0.0",
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"build": {
"libCompatMode": 2
}
}