Skip to content

Commit 76cbbc5

Browse files
committed
Added UECIDE build file
1 parent ce49c07 commit 76cbbc5

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": "ArduinoModbus",
3+
"provides": "ArduinoModbus.h",
4+
"description": "Use Modbus equipment with your Arduino.",
5+
"version": "1.0.0",
6+
"maintainer": "Arduino <[email protected]>",
7+
"category": "Communications",
8+
"subcategory": "Serial",
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)