dht-drivers
node.js module to read the DHT series of humidity and temperature sensors.
Example
const dht = ;const current = dht; // 2: RaspberryPi (platform ID), 11: DHT11 (module type), 15: (pin)console;console;
node.js module to read the DHT series of humidity and temperature sensors.
const dht = ;const current = dht; // 2: RaspberryPi (platform ID), 11: DHT11 (module type), 15: (pin)console;console;
npm i dht-drivers
1
0.0.2
MIT