-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
31 lines (27 loc) · 1.21 KB
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "SevenSegDisplays",
"version": "1.3.0",
"description": "7 segment 1 to 8 digits LED display easy to use and powerful library for modules based on 74HC595 (or similar) shift registers chips. Developed for the cheap and popular '4-bit Led Digital Tube Module' (**_and for all the custom made displays as: GIANTS COUNTERS, TIMERS, PRICING DISPLAYS, etc._**) based on two 74HC595 (or similar) shift registers, the main focus was set on: ease of use, flexibility and basic prevention of 'misrepresentation' errors.",
"keywords": "7 Segment, 4 digits, 74HC595, LED, display, print, blink, gauge, floating point, negative, shift register, counter, tally counter, click counter",
"repository":
{
"type": "git",
"url": "https://github.com/GabyGold67/SevenSegDisplaysRTOSLib"
},
"authors":
[
{
"name": "Gabriel D. Goldman",
"email": "[email protected]",
"url": "https://github.com/GabyGold67",
"maintainer": true
}
],
"license": "GPL-3.0-or-later",
"homepage": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
"dependencies":
[
] ,
"frameworks": "Arduino",
"platforms": "espressif32"
}