mirror of
https://github.com/fmalpartida/New-LiquidCrystal.git
synced 2026-07-27 19:56:57 +00:00
19 lines
601 B
JSON
19 lines
601 B
JSON
{
|
|
"name": "LiquidCrystal",
|
|
"keywords": "lcd, hd44780",
|
|
"description": "LiquidCrystal Library is faster and extensable, compatible with the original LiquidCrystal library",
|
|
"authors": {
|
|
"name": "F Malpartida",
|
|
"url": "https://bitbucket.org/fmalpartida"
|
|
},
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://bitbucket.org/fmalpartida/new-liquidcrystal"
|
|
},
|
|
"version": "1.3.4",
|
|
"exclude": ["def", "thirdparty libraries", "utility/docs", "doxygen*"],
|
|
"frameworks": "arduino",
|
|
"platforms": "atmelavr,espressif8266"
|
|
}
|