DYPA01.Measurement (dypa01 v0.1.0) View Source

One sensor measurement

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions

Link to this function

from_sensor_signal(sensor_signal)

View Source

Specs

from_sensor_signal(<<_::32>>) :: t()