From 89c8861a94fc7273a1d48c02be2e97289601e612 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Sun, 14 Aug 2022 20:24:03 +0000 Subject: deploy: 7fc4395298ae66c6a735e25f93eb86e26e08f3a2 --- watch_8h_source.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'watch_8h_source.html') diff --git a/watch_8h_source.html b/watch_8h_source.html index 7a63d360..78030f84 100644 --- a/watch_8h_source.html +++ b/watch_8h_source.html @@ -121,10 +121,13 @@ $(function() {
78
81bool watch_is_usb_enabled(void);
82
-
89int read(int file, char *ptr, int len);
-
90
-
91#endif /* WATCH_H_ */
+
85void watch_reset_to_bootloader(void);
+
86
+
93int read(int file, char *ptr, int len);
+
94
+
95#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.
int read(int file, char *ptr, int len)
Reads up to len bytes from the USB serial.
-- cgit v1.2.3