Soubory pro PlatformIO
This commit is contained in:
parent
19a00721a7
commit
859dfa3b81
22
library.json
Normal file
22
library.json
Normal 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
9
library.properties
Normal 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=*
|
Loading…
Reference in New Issue
Block a user