SHT4X.Measurement (sht4x v0.1.1) View Source

One sensor measurement

Link to this section Summary

Link to this section Types

Specs

t() :: %{
  :timestamp_ms => non_neg_integer(),
  :dew_point_c => number(),
  :humidity_rh => number(),
  :temperature_c => number(),
  optional(:__struct__) => atom()
}

Link to this section Functions

Specs

from_raw(integer(), integer()) :: t()