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
23 changes: 23 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "LedControl",
"keywords": "led, matrix, segment, display, driver, maxim, max7219, max7221",
"description": "An Arduino library for the MAX7221 and MAX7219 LED display drivers. Supports LED matrix displays, 7-segment displays, ands multiple daisychained drivers.",
"repository":
{
"type": "git",
"url": "https://github.com/wayoda/LedControl.git"
},
"version": "1.0.6",
"authors": [
{
"name": "Eberhard Fahle",
"email": "[email protected]",
"url": "http://wayoda.github.io/LedControl",
"maintainer": true
}
],
"include": "src",
"examples": "examples/*/*.ino",
"frameworks": "arduino",
"platforms": "*"
}