summaryrefslogtreecommitdiffstats
path: root/watch-library/shared/watch/watch.h
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-02-13 14:00:50 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-02-13 14:01:21 -0500
commit203850104d9ec2929cc7f0d4e280107986248006 (patch)
treee1e05ddb0a469ac32971efe17290bba9a1339708 /watch-library/shared/watch/watch.h
parent7815b0f64e1bea374260307d61b1de7bcc5e6744 (diff)
downloadSensor-Watch-203850104d9ec2929cc7f0d4e280107986248006.tar.gz
Sensor-Watch-203850104d9ec2929cc7f0d4e280107986248006.tar.bz2
Sensor-Watch-203850104d9ec2929cc7f0d4e280107986248006.zip
remove obsolete low battery check
Diffstat (limited to 'watch-library/shared/watch/watch.h')
-rw-r--r--watch-library/shared/watch/watch.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/watch-library/shared/watch/watch.h b/watch-library/shared/watch/watch.h
index 3fbad812..b84ada29 100644
--- a/watch-library/shared/watch/watch.h
+++ b/watch-library/shared/watch/watch.h
@@ -67,14 +67,6 @@
#include "watch_private.h"
-/** @brief Returns true when the battery voltage dips below 2.5V.
- * @details 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.
- */
-bool watch_is_battery_low(void);
-
/** @brief Returns true if either the buzzer or the LED driver is enabled.
* @details Both the buzzer and the LED use the TCC peripheral to drive their behavior. This function returns true if that
* peripheral is enabled. You can use this function to determine whether you need to call the watch_disable_leds or