diff --git a/library.json b/library.json new file mode 100644 index 0000000..e591163 --- /dev/null +++ b/library.json @@ -0,0 +1,13 @@ +{ + "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": + { + "type": "git", + "url": "https://github.com/squix78/MAX7219LedMatrix.git" + }, + "frameworks": "arduino", + "platforms": "espressif8266" +}