diff --git a/library.json b/library.json new file mode 100644 index 0000000..d3041b3 --- /dev/null +++ b/library.json @@ -0,0 +1,11 @@ +{ + "name": "Max72xxPanel", + "keywords": "display, MAX7219, MAX7221, LED, matrix", + "description": "Library for controlling a canvas of sets of 8x8 LEDs driven by MAX7219 or MAX7221 controllers", + "repository": + { + "type": "git", + "url": "https://github.com/markruys/arduino-Max72xxPanel.git" + }, + "frameworks": "arduino" +}