License: MIT
ASAIR DHT20 humidity and temperature sensor (https://cdn-shop.adafruit.com/product-files/5183/5193_DHT20.pdf). Wraps https://github.com/RobTillaart/DHT20
Node | Description |
---|
init | Initialize dht20-device. |
dht20-device | Create a dht20-device. |
read | Measure relative humidity and temperature. |
example | Patch for testing sensor. Run in debug mode. |
hygrometer-thermometer | Combines lower level nodes to create a ready to use sensor. |
To use the nodes in your project you should have the
wayland/dht20
library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See
Using libraries for more info.