You are viewing documentation for version:
Structure that holds the attributes of a sensor type.
Public Attributes#
uint8_t
Sensor type id from SDS13812.
uint8_t
Supported bitmask byte number from SDS13812.
uint8_t
Supported bitmask bit number from SDS13812.
uint8_t
Maximum supported scale number from SDS13812.
Public Attribute Documentation#
value#
uint8_t _sensor_type::value
Sensor type id from SDS13812.
byte_offset#
uint8_t _sensor_type::byte_offset
Supported bitmask byte number from SDS13812.
bit_mask#
uint8_t _sensor_type::bit_mask
Supported bitmask bit number from SDS13812.
max_scale_value#
uint8_t _sensor_type::max_scale_value
Maximum supported scale number from SDS13812.