30 #include "driver_init.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"
68 #include "watch_private.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.