From 974976a560a7f4ee973f7282d96db4539d35aff8 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Wed, 12 Oct 2022 03:14:32 +0000 Subject: deploy: 4d860f482e68f125788248ec63bd2b9a9120183d --- watch_8h_source.html | 50 +++++++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 23 deletions(-) diff --git a/watch_8h_source.html b/watch_8h_source.html index 78030f84..6524e885 100644 --- a/watch_8h_source.html +++ b/watch_8h_source.html @@ -101,31 +101,35 @@ $(function() {
30#include "driver_init.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_storage.h"
-
68#include "watch_deepsleep.h"
-
69
-
70#include "watch_private.h"
-
71
-
77bool watch_is_buzzer_or_led_enabled(void);
-
78
-
81bool watch_is_usb_enabled(void);
+
33#ifdef __EMSCRIPTEN__
+
34#include "watch_main_loop.h"
+
35#endif // __EMSCRIPTEN__
+
36
+
60#include "watch_app.h"
+
61#include "watch_rtc.h"
+
62#include "watch_slcd.h"
+
63#include "watch_extint.h"
+
64#include "watch_led.h"
+
65#include "watch_buzzer.h"
+
66#include "watch_adc.h"
+
67#include "watch_gpio.h"
+
68#include "watch_i2c.h"
+
69#include "watch_spi.h"
+
70#include "watch_uart.h"
+
71#include "watch_storage.h"
+
72#include "watch_deepsleep.h"
+
73
+
74#include "watch_private.h"
+
75
+
81bool watch_is_buzzer_or_led_enabled(void);
82
-
85void watch_reset_to_bootloader(void);
+
85bool watch_is_usb_enabled(void);
86
-
93int read(int file, char *ptr, int len);
-
94
-
95#endif /* WATCH_H_ */
+
89void watch_reset_to_bootloader(void);
+
90
+
97int read(int file, char *ptr, int len);
+
98
+
99#endif /* WATCH_H_ */
bool watch_is_usb_enabled(void)
Returns true if USB is enabled.
void watch_reset_to_bootloader(void)
Resets in the UF2 bootloader mode.
bool watch_is_buzzer_or_led_enabled(void)
Returns true if either the buzzer or the LED driver is enabled.
-- cgit v1.2.3