mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 01:17:51 +08:00
Add ADC report
Enable building of ADC topic
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
uint64 timestamp # Timestamp in microseconds since boot
|
||||
int16[8] channel_id # ADC channel IDs, negative for non-existent
|
||||
float32[8] channel_value # ADC channel value in volt, valid if channel ID is positive
|
||||
Reference in New Issue
Block a user