aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Arduino/library.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/Arduino/library.json b/Arduino/library.json
new file mode 100644
index 0000000..fa253c8
--- /dev/null
+++ b/Arduino/library.json
@@ -0,0 +1,13 @@
+{
+ "name": "AVRQueue",
+ "keywords": "task, queue",
+ "description": "A task queuing library for AVR and Arduino processors.",
+ "repository":
+ {
+ "type": "git",
+ "url": "https://github.com/Zuph/AVRQueue"
+ },
+ "include": "Arduino",
+ "frameworks": "arduino",
+ "platforms": "atmelavr"
+}