From da724f52e9a7984f73dc39edda9e8a1b8d0765e2 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 7 Jun 2017 23:26:17 +0300 Subject: [PATCH 1/2] @PlatformIO Library Registry manifest file --- library.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..d4b414e --- /dev/null +++ b/library.json @@ -0,0 +1,12 @@ +{ + "name": "MAX7219LedMatrix", + "keywords": "max7219, led, display", + "description": "This library displays text and sets specific pixels on one or multiple 8x8 led matrices with a MAX7219 driver chip controlled through the SPI interface.", + "repository": + { + "type": "git", + "url": "https://github.com/squix78/MAX7219LedMatrix.git" + }, + "frameworks": "arduino", + "platforms": "espressif8266" +} From 3e235412fb2380297b2dd0cd8739f2aeeb46d931 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 7 Jun 2017 23:27:10 +0300 Subject: [PATCH 2/2] @PlatformIO Library Registry manifest file (v1.0.0) --- library.json | 1 + 1 file changed, 1 insertion(+) diff --git a/library.json b/library.json index d4b414e..e591163 100644 --- a/library.json +++ b/library.json @@ -1,5 +1,6 @@ { "name": "MAX7219LedMatrix", + "version": "1.0.0", "keywords": "max7219, led, display", "description": "This library displays text and sets specific pixels on one or multiple 8x8 led matrices with a MAX7219 driver chip controlled through the SPI interface.", "repository":