8000 Added UECIDE build file · arduino-libraries/LiquidCrystal@d2a2572 · GitHub
[go: up one dir, main page]

Skip to content

Commit d2a2572

Browse files
committed
Added UECIDE build file
1 parent a89b4d4 commit d2a2572

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

uecide.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "LiquidCrystal",
3+
"provides": "LiquidCrystal.h",
4+
"description": "Allows communication with alphanumerical liquid crystal displays (LCDs).",
5+
"version": "1.0.7",
6+
"maintainer": "Arduino <info@arduino.cc>",
7+
"category": "Display",
8+
"subcategory": "LCD",
9+
"family": "all",
10+
"core": "all",
11+
"install": {
12+
"examples": "/",
13+
"keywords.txt": "/",
14+
"library.properties": "/",
15+
"src": "/"
16+
},
17+
"readme": "README.adoc"
18+
}

0 commit comments

Comments
 (0)
0