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" +}