License: BSD
| Node | Description |
|---|---|
| get-precision | Get current precision. |
| set-precision | Set precision. |
| 02-example-configuration-test | Patch to test configuration of sensor. Run in debugger. |
| sht4x-device | Create an sht4x-device. |
| init | Initialize sht4x-device. |
| read | Read relative humidity and temperature. |
| set-heater | Configure heater. |
| get-heater | Get heater configuration. |
| 01-example-hygrometer-thermometer | Patch to test the hygrometer-thermometer node. Run in debugger. |
| hygrometer-thermometer | Combines low level nodes to create a simple to use hygrometer and thermometer. |
| reset | Performs a soft reset of the sensor to put it into a known state. |
| 03-example-measure-read-time | Patch to demonstrate how heater and precision settings affect time required to read temperature and relative humidity. Run in debugger. |