px4-firmware/msg/SensorHygrometer.msg

9 lines
321 B
Plaintext
Raw Permalink Normal View History

2021-10-20 06:49:13 -03:00
uint64 timestamp # time since system start (microseconds)
uint64 timestamp_sample
uint32 device_id # unique device ID for the sensor that does not change between power cycles
2022-07-27 01:33:16 -03:00
float32 temperature # Temperature provided by sensor (Celsius)
2021-10-20 06:49:13 -03:00
float32 humidity # Humidity provided by sensor