From 57a9736ad0dd6d45a9a311a2ee44952bd220b851 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Tue, 21 Dec 2021 16:06:31 +0000 Subject: deploy: 4862472d1d8b9ea0bb8888965500f7372b4c5bfe --- watch_8h_source.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'watch_8h_source.html') diff --git a/watch_8h_source.html b/watch_8h_source.html index fc6219c2..f560b958 100644 --- a/watch_8h_source.html +++ b/watch_8h_source.html @@ -117,8 +117,11 @@ $(function() {
67 
74 bool watch_is_battery_low(void);
75 
-
76 #endif /* WATCH_H_ */
+
81 bool watch_is_buzzer_or_led_enabled(void);
+
82 
+
83 #endif /* WATCH_H_ */
bool watch_is_battery_low(void)
Returns true when the battery voltage dips below 2.5V.
Definition: watch.c:38
+
bool watch_is_buzzer_or_led_enabled(void)
Returns true if either the buzzer or the LED driver is enabled.
Definition: watch.c:42