forked from stephane/modbusino
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlibrary.json
More file actions
31 lines (29 loc) · 759 Bytes
/
library.json
File metadata and controls
31 lines (29 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "SimpleModbusSlave",
"keywords": "protocol, message, communication, serial, modbus",
"description": "Arduino Simple Modbus Slave is a ISC licensed library to handle Modbus requests on Arduino (slave).",
"authors": [
{
"name": "Stéphane Raimbault",
"url": "https://github.com/stephane",
"email": "stephane.raimbault@gmail.com"
},
{
"name": "Alexandr Kolodkin",
"url": "https://github.com/kolod",
"email": "alexandr.kolodkin@gmail.com",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/kolod/Arduino-Simple-Modbus-Slave.git"
},
"version": "1.0.2",
"license": "ISC",
"frameworks": "arduino",
"platforms": "*",
"examples": [
"[Ee]xamples/*/*.ino"
]
}