From 21a4889be70d85c90fe3c16456eb5866e306162e Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Thu, 17 Feb 2022 21:37:01 +0000 Subject: deploy: 0c59c972e7296ac8c23049e713da9350a9af39a5 --- watch_8h.html | 1 + watch_8h_source.html | 39 ++++++++++++++++++++------------------- 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/watch_8h.html b/watch_8h.html index 8e897559..7f5e3c65 100644 --- a/watch_8h.html +++ b/watch_8h.html @@ -75,6 +75,7 @@ $(function() {
#include <stdint.h>
#include <stdbool.h>
#include "driver_init.h"
+#include "pins.h"
#include "watch_app.h"
#include "watch_rtc.h"
#include "watch_slcd.h"
diff --git a/watch_8h_source.html b/watch_8h_source.html index b45454a9..ffdd37e6 100644 --- a/watch_8h_source.html +++ b/watch_8h_source.html @@ -99,25 +99,26 @@ $(function() {
28#include <stdint.h>
29#include <stdbool.h>
30#include "driver_init.h"
-
31
-
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
-
77#endif /* WATCH_H_ */
+
31#include "pins.h"
+
32
+
56#include "watch_app.h"
+
57#include "watch_rtc.h"
+
58#include "watch_slcd.h"
+
59#include "watch_extint.h"
+
60#include "watch_led.h"
+
61#include "watch_buzzer.h"
+
62#include "watch_adc.h"
+
63#include "watch_gpio.h"
+
64#include "watch_i2c.h"
+
65#include "watch_spi.h"
+
66#include "watch_uart.h"
+
67#include "watch_deepsleep.h"
+
68
+
69#include "watch_private.h"
+
70
+ +
77
+
78#endif /* WATCH_H_ */
bool watch_is_buzzer_or_led_enabled(void)
Returns true if either the buzzer or the LED driver is enabled.
-- cgit v1.2.3