Prvni odevzdani

This commit is contained in:
2019-08-13 09:30:05 +02:00
parent 7808743109
commit 4f224efb68
4 changed files with 216 additions and 0 deletions

22
library.json Normal file
View File

@@ -0,0 +1,22 @@
{
"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
}
}