mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-02-06 03:13:00 +08:00
MCP9808: Replaced PX4_INFO with PX4_DEBUG MCP9808: Update date in headers MCP9808: Define functions before variables MCP9808: Increase logging interval for sensor_temp MCP9808: Removed extra space MCP9808: Remove this->
5 lines
239 B
Plaintext
5 lines
239 B
Plaintext
uint64 timestamp # time since system start (microseconds)
|
|
|
|
uint32 device_id # unique device ID for the sensor that does not change between power cycles
|
|
float32 temperature # Temperature provided by sensor (Celsius)
|