sensor-htu21d
Version:
Library to read out a HTU21d humidity/temperature sensor connected via I2C. It depends on the "i2c-bus" library and is tested on a Raspberry Pi 3.
24 lines (23 loc) • 448 B
JSON
{
"name": "sensor-htu21d",
"version": "1.1.2",
"description": "",
"main": "htu21d.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mejsel/sensor-htu21d.git"
},
"keywords": [
"htu21",
"htu21d",
"temperature sensor"
],
"author": "Marcel Indlekofer",
"license": "ISC",
"dependencies": {
"i2c-bus": "^4.0.7"
}
}