|
MAV'RIC
|
Analog monitor structure. More...
#include <analog_monitor.h>
Public Attributes | |
| bool | enable [MONITOR_CHANNELS] |
| Activation of each analog channel. | |
| float | conv_factor [MONITOR_CHANNELS] |
| Conversion factors. | |
| int16_t | buffer [MONITOR_CHANNELS][MONITOR_SAMPLES] |
| Buffer of previous data. | |
| float | avg [MONITOR_CHANNELS] |
| Averaged voltage. | |
Analog monitor structure.
1.7.6.1