You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
291 B
8 lines
291 B
uint64 timestamp # time since system start (microseconds) |
|
uint32 device_id # Sensor ID that must be unique for each baro sensor and must not change |
|
|
|
uint64 error_count |
|
|
|
float32 pressure # static pressure measurement in millibar |
|
|
|
float32 temperature # static temperature measurement in deg C
|
|
|