You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
333 B
17 lines
333 B
5 years ago
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|