Soubory pro PlatformIO

This commit is contained in:
Pavel Brychta 2018-04-06 16:00:14 +02:00
parent 19a00721a7
commit 859dfa3b81
2 changed files with 31 additions and 0 deletions

22
library.json Normal file
View File

@ -0,0 +1,22 @@
{
"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.1",
"license": "MIT",
"frameworks": "arduino",
"platforms": "espressif8266",
"build": {
"libCompatMode": 2
}
}

9
library.properties Normal file
View File

@ -0,0 +1,9 @@
name=Interval
version=0.0.1
author=Pavel Brychta
maintainer=Pavel Brychta
sentence=Make timing by using intervals instead of delay()
paragraph=Make timing by using intervals instead of delay()
category=Other
url=https://github.com/Pablo2048/Interval
architectures=*