Add ADC report

Enable building of ADC topic
This commit is contained in:
Lorenz Meier
2016-05-01 15:44:46 +02:00
parent b5b4769d1f
commit ca3b1478ce
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -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
+3
View File
@@ -297,3 +297,6 @@ ORB_DEFINE(transponder_report, struct transponder_report_s);
#include "topics/gps_inject_data.h"
ORB_DEFINE(gps_inject_data, struct gps_inject_data_s);
#include "topics/adc_report.h"
ORB_DEFINE(adc_report, struct adc_report_s);