initial commit

This commit is contained in:
marcoschwartz
2015-08-20 07:59:32 +02:00
parent e1d40982d3
commit 58667b65e5
3 changed files with 25 additions and 8 deletions

15
library.json Normal file
View File

@@ -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"
]
}