From 5e5252527f9340b2dd659ef48cdb683bf0150668 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 18 Aug 2015 15:32:59 +0300 Subject: [PATCH] @PlatformIO Library Registry manifest file * This library in Web Registry: http://platformio.org/#!/lib/show/440/Thread * 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..975f790 --- /dev/null +++ b/library.json @@ -0,0 +1,12 @@ +{ + "name": "Thread", + "keywords": "thread, task", + "description": "A library for managing the periodic execution of multiple tasks", + "repository": + { + "type": "git", + "url": "https://github.com/ivanseidel/ArduinoThread.git" + }, + "frameworks": "arduino", + "platforms": "atmelavr" +}