wayland/sht4x@0.0.1

License: BSD

SHT4x relative humidity and temperature sensor. Tested using an SHT40 device. Wraps https://github.com/adafruit/Adafruit_SHT4X
NodeDescription
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.
To use the nodes in your project you should have the wayland/sht4x 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.