diff --git a/.library.json b/.library.json new file mode 100644 index 0000000..bf7450a --- /dev/null +++ b/.library.json @@ -0,0 +1,28 @@ +{ + "name": "SimpleTimer", + "repository": { + "url": "https://github.com/jfturcot/SimpleTimer.git", + "type": "git" + }, + "platforms": [ + "atmelavr", + "espressif8266" + ], + "frameworks": [ + "arduino" + ], + "version": "b30890b8f7", + "authors": [ + { + "maintainer": false, + "name": "Jean-Francois Turcot", + "url": "https://github.com/jfturcot", + "email": "jf.turcot@gmail.com" + } + ], + "keywords": [ + "timer" + ], + "id": 419, + "description": "SimpleTimer Library for Arduino" +} \ No newline at end of file diff --git a/library.json b/library.json new file mode 100644 index 0000000..9f168f0 --- /dev/null +++ b/library.json @@ -0,0 +1,12 @@ +{ + "name": "SimpleTimer", + "keywords": "timer", + "description": "SimpleTimer Library for Arduino", + "repository": + { + "type": "git", + "url": "https://github.com/jfturcot/SimpleTimer.git" + }, + "frameworks": "arduino", + "platforms": "*" + }