From 928ab06d884c12eb9961baf076847a0d94c5b635 Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 5 Jan 2019 20:08:34 +1000 Subject: [PATCH] PlatformIO Library file Minimum required library.json to allow easy install/management with PlatformIO library manager --- 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..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" +}