From aaa4d5f7ad1ba9e1c61fe5f84c260c7483c5aefb Mon Sep 17 00:00:00 2001 From: Valeriy Koval Date: Wed, 27 May 2015 17:49:44 +0300 Subject: [PATCH] @PlatformIO Library Registry manifest file * This library in Web Registry: http://platformio.org/#!/lib/show/419/SimpleTimer * Specification: [PlatformIO Library Manager](http://docs.platformio.org/en/latest/librarymanager/index.html) * Integration: [IDE Integration](http://docs.platformio.org/en/latest/ide.html) --- library.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..ca11956 --- /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": "atmelavr" + }