SigLed/library.json

23 lines
412 B
JSON
Raw Normal View History

2019-08-13 09:30:05 +02:00
{
"name":"SigLED",
"description":"Handle signalling LED easily",
"keywords":"signalling,indication,led",
2019-08-13 09:30:05 +02:00
"authors":
{
"name": "Pavel Brychta",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://git.xpablo.cz/xPablo.cz/SigLed"
2019-08-13 09:30:05 +02:00
},
"version": "1.0.2",
2019-08-13 09:30:05 +02:00
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"build": {
"libCompatMode": 2
}
}