From 859dfa3b8107829ba25d537dfeaba1c5505c4a35 Mon Sep 17 00:00:00 2001 From: Pablo2048 Date: Fri, 6 Apr 2018 16:00:14 +0200 Subject: [PATCH] Soubory pro PlatformIO --- library.json | 22 ++++++++++++++++++++++ library.properties | 9 +++++++++ 2 files changed, 31 insertions(+) create mode 100644 library.json create mode 100644 library.properties diff --git a/library.json b/library.json new file mode 100644 index 0000000..f715443 --- /dev/null +++ b/library.json @@ -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 + } +} diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..4051e81 --- /dev/null +++ b/library.properties @@ -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=*