23 lines
411 B
JSON
23 lines
411 B
JSON
|
{
|
||
|
"name":"SigLED",
|
||
|
"description":"Handle signalling LED easily",
|
||
|
"keywords":"signalling,indiaction,led",
|
||
|
"authors":
|
||
|
{
|
||
|
"name": "Pavel Brychta",
|
||
|
"maintainer": true
|
||
|
},
|
||
|
"repository":
|
||
|
{
|
||
|
"type": "git",
|
||
|
"url": "http://git.xpablo.cz/xPablo.cz/SigLed"
|
||
|
},
|
||
|
"version": "1.0.0",
|
||
|
"license": "MIT",
|
||
|
"frameworks": "arduino",
|
||
|
"platforms": "*",
|
||
|
"build": {
|
||
|
"libCompatMode": 2
|
||
|
}
|
||
|
}
|