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.from_sensor_output(<<28, 38, 154, 118, 66, 231, 118>>)
%AHT20.Measurement{
  humidity_rh: 15.079402923583984,
  temperature_c: 28.26671600341797,
  temperature_f: 82.88008880615234
}