From 99d62a1f1119ff9bad0ff767aecfbaf3c272a836 Mon Sep 17 00:00:00 2001 From: Paul Nolan Date: Tue, 12 Sep 2017 11:50:49 +0100 Subject: [PATCH] Added PlatformIO Library description --- library.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..5b32746 --- /dev/null +++ b/library.json @@ -0,0 +1,11 @@ +{ + "name": "LOLshield", + "version": "0.9", + "keywords": "lolshield, led, matrix, charlieplex", + "description": "Arduino library for the LOLshield LED matrix", + "repository": + { + "type": "git", + "url": "https://github.com/sickcuchulainn/LoLshield.git" + } +} \ No newline at end of file