Skip to content

Commit

Permalink
Soubory pro PlatformIO
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo2048 committed Apr 6, 2018
1 parent 19a0072 commit 859dfa3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
22 changes: 22 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -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 changes: 9 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -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=*

0 comments on commit 859dfa3

Please sign in to comment.