From 4053b1d0aada426c9b126585541e1968a7db856a Mon Sep 17 00:00:00 2001 From: noasakurajin Date: Mon, 23 Mar 2020 14:56:45 +0100 Subject: [PATCH] removing library.json --- library.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 library.json diff --git a/library.json b/library.json deleted file mode 100644 index 4ee0a926..00000000 --- a/library.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "LedController", - "keywords": "led, matrix, segment, display, driver, maxim, max7219, max7221", - "description": "A library for the MAX7219 and the MAX7221 Led display drivers which supports multiple daisychained drivers and supports Led-Matrix displays as well as 7-Segment displays. It also supports shifting the displayed image around.", - "repository": { - "type": "git", - "url": "https://github.com/noah1510/LedController.git" - }, - "version": "1.3.3", - "authors": [ - { - "name": "Noa Sakurajin", - "email": "noasakurajin@web.de", - "url": "https://noah1510.github.io/LedController/", - "maintainer": true - } - ], - "include": "src", - "examples": "examples/*/*.ino", - "frameworks": "arduino", - "platforms": "*" -} \ No newline at end of file