-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
21 lines (21 loc) · 781 Bytes
/
library.json
File metadata and controls
21 lines (21 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "INA745",
"version": "1.0.0",
"description": "Arduino library for the TI INA745A-Q1 / INA745B-Q1 40 V, 16-bit precision I2C digital power monitor with integrated 800 uOhm EZShunt. Reads bus voltage, current, power, die temperature, energy and charge; configures conversion time, averaging, mode and alert thresholds.",
"keywords": "i2c, sensor, power monitor, current sense, INA745, INA745A, INA745B, INA745A-Q1, INA745B-Q1, EZShunt, automotive",
"repository": {
"type": "git",
"url": "https://github.com/jegjessing/INA745.git"
},
"authors": [
{
"name": "Jarl Gjessing",
"email": "jegjessing@gmail.com",
"maintainer": true
}
],
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "INA745.h"
}