batVoltageIsLow (Function) |
Top Previous Next |
batVoltageIsLow queries the status on the battery voltage. If the voltage is below a hardware-set threshold, a Low Battery indication will occur.
Input: None
Returns: BOOL True if the battery voltage is low. False if not.
Declaration: FUNCTION batVoltageIsLow : BOOL;
Example: INCLUDE rtcu.inc |