parent
e1d40982d3
commit
58667b65e5
@ -0,0 +1,15 @@ |
|||||||
|
{ |
||||||
|
"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" |
||||||
|
] |
||||||
|
} |
@ -0,0 +1,9 @@ |
|||||||
|
name=LiquidCrystal_I2C |
||||||
|
version=1.1 |
||||||
|
author=Marco Schwartz |
||||||
|
maintainer=Marco Schwartz <marcolivier.schwartz@gmail.com> |
||||||
|
sentence=A library for DFRobot I2C LCD displays. |
||||||
|
paragraph=A library for DFRobot I2C LCD displays. It allows to control DFRobot I2C displays with commands similar to the Arduino LiquidCrystal library. |
||||||
|
category=Display |
||||||
|
url=https://github.com/marcoschwartz/LiquidCrystal_I2C |
||||||
|
architectures=* |
Loading…
Reference in new issue