AHT20.Measurement.from_sensor_output
You're seeing just the function
from_sensor_output
, go back to AHT20.Measurement module for more information.
Converts raw sensor output into human-readable struct.
iex> %AHT20.Measurement{} = AHT20.Measurement.from_sensor_output(<<28, 38, 154, 118, 66, 231, 118>>)