-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlibrary.json
More file actions
29 lines (29 loc) · 740 Bytes
/
library.json
File metadata and controls
29 lines (29 loc) · 740 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": "ArduinoSMBus",
"version": "1.1.0",
"description": "A simple and easy-to-use Arduino library for accessing and reading data from Smart Battery devices over the SMBus.",
"keywords": [
"Arduino",
"SMBus",
"Smart Battery",
"Smart BMS",
"BMS",
"Battery Management System",
"Battery"
],
"authors": [
{
"name": "Chris Lee",
"email": "chris@duluthmachineworks.com",
"url": "http://duluthmachineworks.com",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/duluthmachineworks/ArduinoSMBus.git"
},
"license": "MIT",
"frameworks": "arduino",
"platforms": "*"
}