44 #ifndef ANALOG_MONITOR_H_
45 #define ANALOG_MONITOR_H_
53 #include "scheduler.h"
55 #define MONITOR_CHANNELS 10
56 #define MONITOR_SAMPLES 10
82 bool enable[MONITOR_CHANNELS];
83 float conv_factor[MONITOR_CHANNELS];
92 bool enable[MONITOR_CHANNELS];
93 float conv_factor[MONITOR_CHANNELS];
94 int16_t buffer[MONITOR_CHANNELS][MONITOR_SAMPLES];
95 float avg[MONITOR_CHANNELS];
Analog monitor structure.
Definition: analog_monitor.h:90
Configuration for the module analog monitor.
Definition: analog_monitor.h:80