diff --git a/globals.html b/globals.html index 5effd15b..a5622e2b 100644 --- a/globals.html +++ b/globals.html @@ -64,7 +64,6 @@ $(function() {
Functions | |
bool | watch_is_battery_low (void) |
Returns true when the battery voltage dips below 2.5V. More... | |
bool | watch_is_buzzer_or_led_enabled (void) |
Returns true if either the buzzer or the LED driver is enabled. More... | |
bool watch_is_battery_low | -( | -void | -) | -- |
Returns true when the battery voltage dips below 2.5V.
-A CR2016 battery will have a nominal voltage between 2.9 and 3 volts for most of its lifespan. Once the battery discharges to about 60%, the voltage will drift slightly lower; this may manifest as a dimmer LED. By the time the battery voltage has fallen to 2.5 volts, it will have probably less than 10% of its capacity remaining, and you can expect the voltage to drop relatively quickly as the battery dies.
- -