mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-28 04:07:47 +00:00
[PIO] Update lib/default folder in Platformio.ini [PIO] Update lib/default folder in Platformio.ini [PIO] Add missing parts in library.properties files
17 lines
350 B
JSON
Executable File
17 lines
350 B
JSON
Executable File
{
|
|
"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": [
|
|
"atmelavr",
|
|
"espressif8266",
|
|
"espressif32"
|
|
]
|
|
}
|