From 7c006b91b832c50f0c0b1cc8de3a9677b95f1612 Mon Sep 17 00:00:00 2001 From: gandy92 Date: Sat, 18 Apr 2015 10:46:04 +0200 Subject: Add PlatformIO Library Registry manifest file --- Arduino/library.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Arduino/library.json 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" +} -- cgit v1.2.3