forked from johngineer/ArduinoINA219
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathlibrary.json
36 lines (36 loc) · 808 Bytes
/
library.json
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
30
31
32
33
34
35
36
{
"name": "ArduinoINA219",
"version": "1.1.1",
"description": "TI INA219 hi-side i2c current/power monitor Library",
"keywords": "sensors, i2c, driver, sensor, battery, monitor, current, voltage",
"repository":
{
"type": "git",
"url": "https://github.com/flav1972/ArduinoINA219"
},
"authors":
[
{
"name": "DeCristofaro John",
"email": "[email protected]"
},
{
"name": "Jukka-Pekka Sarjanen",
"email": "[email protected]"
},
{
"name": "gandy92",
"email": "[email protected]"
},
{
"name": "Flavius Bindea",
"email": "[email protected]",
"maintainer": true
},
{
"name": "Robert Wolff",
"email": "[email protected]"
}
],
"frameworks": "arduino"
}