Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -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"
}