59 #ifndef ANALOG_MONITOR_DEFAULT_CONFIG_H_
60 #define ANALOG_MONITOR_DEFAULT_CONFIG_H_
66 #include "analog_monitor.h"
68 #define INV_VOLTAGE_DIVIDER_1 9.1818f // previously 6.6f for V4.0
69 #define INV_VOLTAGE_DIVIDER_2 23.0f // previously 11.0f for V4.0
92 (0.00023485f * INV_VOLTAGE_DIVIDER_1),
93 (0.00023485f * INV_VOLTAGE_DIVIDER_1),
94 (-0.0002409f * INV_VOLTAGE_DIVIDER_2),
95 (-0.0002409f * INV_VOLTAGE_DIVIDER_2),
Configuration for the module analog monitor.
Definition: analog_monitor.h:80
bool enable[MONITOR_CHANNELS]
Activation of each analog channel.
Definition: analog_monitor.h:82