Power manager
powerSourceMinVoltage
Set minimum voltage required for VIN to be used. This applies only when powered through VIN. The value is in millivolts or 1000ths of a volt, so 3880 is 3.880 volts.
The default is 3880 (3.88 volts).
This sets the input voltage limit (VINDPM) bits in the PMIC input source control register. See PMIC::setInputVoltageLimit() and PMIC::getInputVoltageLimit() for the equivalent low-level PMIC methods.
// PROTOTYPES
SystemPowerConfiguration& powerSourceMinVoltage(uint16_t voltage)
uint16_t powerSourceMinVoltage()