#include <microvolt_input.h>
Public Attributes | |
int32_t | max_voltage_uv |
Microvolts at AnalogInput::Limits::max . | |
int32_t | min_voltage_uv |
Microvolts at AnalogInput::Limits::min . | |
Specifies the maximum and minimum microvolt range the analog input can measure. The reference voltage difference cannot be bigger than sizeof(int32_t)
which should be just above 2000V. These values do not change at run time. Inversion of min
or max
is supported.