circuits_uart_framing_pms7003 v0.1.0 CircuitsUARTFramingPMS7003.Measurement View Source

Structure representing measurements read from the sensor.

The fields of this structure represent the concentration of particles of a given size in μg/m3 (micrograms per quadric meter of air), specifically:

  • pm1 - particles less than 1μm in diameter
  • pm25 - particles less than 2.5μm in diameter
  • pm10 - particles less than 10μm in diameter

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %CircuitsUARTFramingPMS7003.Measurement{
  pm1: integer(),
  pm10: integer(),
  pm25: integer()
}