diff --git a/library.json b/library.json new file mode 100644 index 0000000..9e8aba5 --- /dev/null +++ b/library.json @@ -0,0 +1,17 @@ +{ + "name": "Adafruit-LED-Backpack", + "keywords": "led, display", + "description": "Adafruit LED Backpack Library for our 8x8 matrix and 7-segment LED backpacks", + "repository": + { + "type": "git", + "url": "https://github.com/adafruit/Adafruit-LED-Backpack-Library.git" + }, + "dependencies": + { + "name": "Adafruit GFX Library", + "frameworks": "arduino" + }, + "frameworks": "arduino", + "platforms": "atmelavr" +}