dht-drivers

0.0.2 • Public • Published

dht-drivers

node.js module to read the DHT series of humidity and temperature sensors.

Example

const dht = require('dht-drivers');
const current = dht.read(2, 11, 15); // 2: RaspberryPi (platform ID), 11: DHT11 (module type), 15: (pin)
 
console.log(current.humidity);
console.log(current.temperature);

Reference

https://github.com/adafruit/Adafruit_Python_DHT

Readme

Keywords

Package Sidebar

Install

npm i dht-drivers

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • marcello.barile