View Source SHT4X.Measurement (sht4x v0.2.3)
One sensor measurement
Summary
Functions
Interprets one raw temperature/humidity message
Types
Functions
Interprets one raw temperature/humidity message
This returns a Measurement struct with the raw register values and their interpreted temperature and humidity. It does not apply any compensation so this is real temperature and humidity detected.
@spec raw_to_humidity_rh(0..65535) :: float()
@spec raw_to_temperature_c(0..65535) :: float()