mirror of https://github.com/arendst/Tasmota.git
13 lines
322 B
JSON
13 lines
322 B
JSON
{
|
|
"name": "LiquidCrystal_I2C",
|
|
"keywords": "LCD, liquidcrystal, I2C",
|
|
"description": "A library for DFRobot I2C LCD displays",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/marcoschwartz/LiquidCrystal_I2C.git"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": ["espressif8266", "espressif32"]
|
|
}
|