easybotics-ina219
Version:
Node.js INA219 driver for Adafruit INA219 High Side DC Current Sensor
28 lines (27 loc) • 543 B
JSON
{
"name": "easybotics-ina219",
"version": "0.6.4",
"description": "Node.js INA219 driver for Adafruit INA219 High Side DC Current Sensor",
"main": "ina219.js",
"author": "Brett Marl",
"repository": {
"type": "git",
"url": "http://github.com/easybotics/node-ina219.git"
},
"license": "MIT",
"dependencies": {
"i2c-bus": "^4.0.10"
},
"keywords": [
"raspberry",
"pi",
"adafruit",
"voltage",
"current",
"monitor",
"ina219",
"i2c-bus",
"i2c"
],
"engine": "node >= 0.12.0"
}