From bbf146166834b91cf72d36d81b9d5d1145dbc6f2 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Thu, 27 Jan 2022 15:51:46 +0000 Subject: deploy: 14e4562b7a44ab6882180b69145665d4920769ac --- watch_8h_source.html | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'watch_8h_source.html') diff --git a/watch_8h_source.html b/watch_8h_source.html index 5a3dce14..1c31fe1c 100644 --- a/watch_8h_source.html +++ b/watch_8h_source.html @@ -101,26 +101,26 @@ $(function() {
29 #include <stdbool.h>
30 #include "driver_init.h"
31 
-
54 #include "watch_app.h"
-
55 #include "watch_rtc.h"
-
56 #include "watch_slcd.h"
-
57 #include "watch_extint.h"
-
58 #include "watch_led.h"
-
59 #include "watch_buzzer.h"
-
60 #include "watch_adc.h"
-
61 #include "watch_gpio.h"
-
62 #include "watch_i2c.h"
-
63 #include "watch_spi.h"
-
64 #include "watch_uart.h"
-
65 #include "watch_deepsleep.h"
-
66 
-
67 #include "watch_private.h"
-
68 
-
75 bool watch_is_battery_low(void);
-
76 
-
82 bool watch_is_buzzer_or_led_enabled(void);
-
83 
-
84 #endif /* WATCH_H_ */
+
55 #include "watch_app.h"
+
56 #include "watch_rtc.h"
+
57 #include "watch_slcd.h"
+
58 #include "watch_extint.h"
+
59 #include "watch_led.h"
+
60 #include "watch_buzzer.h"
+
61 #include "watch_adc.h"
+
62 #include "watch_gpio.h"
+
63 #include "watch_i2c.h"
+
64 #include "watch_spi.h"
+
65 #include "watch_uart.h"
+
66 #include "watch_deepsleep.h"
+
67 
+
68 #include "watch_private.h"
+
69 
+
76 bool watch_is_battery_low(void);
+
77 
+
83 bool watch_is_buzzer_or_led_enabled(void);
+
84 
+
85 #endif /* WATCH_H_ */
bool watch_is_battery_low(void)
Returns true when the battery voltage dips below 2.5V.
bool watch_is_buzzer_or_led_enabled(void)
Returns true if either the buzzer or the LED driver is enabled.
-- cgit v1.2.3