mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-01 11:14:07 +08:00
added comment as suggested
This commit is contained in:
parent
fb04d313fc
commit
2dac4f83dc
@ -1,3 +1,6 @@
|
||||
# ADC raw data.
|
||||
#
|
||||
# Communicates raw data from an analog-to-digital converter (ADC) to other modules, such as battery status.
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
uint32 device_id # unique device ID for the sensor that does not change between power cycles
|
||||
int16[16] channel_id # ADC channel IDs, negative for non-existent, TODO: should be kept same as array index
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user