forked from arduino-libraries/LiquidCrystal
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathlibrary.json
More file actions
36 lines (35 loc) · 1 KB
/
library.json
File metadata and controls
36 lines (35 loc) · 1 KB
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
32
33
34
35
36
{
"name": "LiquidCrystalIO",
"keywords": "liquidcrystal, I2C, mbed, arduino, PCF8574, MCP23017, HD44780",
"description": "Forked version LiquidCrystal to work with I2C backpacks, PCF8574, MCP23017, shift registers, ports and arduino pins. Compatible with most Hitachi HD44780 chipsets on text-based LCDs. The library works in 4 bit, 8 bit or PORT mode.",
"repository":
{
"type": "git",
"url": "https://github.com/TcMenu/LiquidCrystalIO"
},
"authors":
[
{
"name": "DaveTcc",
"url": "https://www.thecoderscorner.com",
"maintainer": true
},
{
"name": "Adafruit/Arduino",
"url": "https://www.thecoderscorner.com",
"maintainer": false
}
],
"dependencies":
[
{
"name": "IoAbstraction",
"authors": "DaveTCC",
"frameworks": "arduino, mbed"
}
],
"version": "1.4.3",
"license": "LGPL-3.0-or-later",
"frameworks": "arduino, mbed",
"platforms": "*"
}