From 6ac386a506eed2212566ecbf7ea6f4a96e9b49eb Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Wed, 3 Aug 2022 17:57:16 +0000 Subject: deploy: e790a025787e0e1aa59b98b95e194cf4318d1578 --- watch_8h_source.html | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'watch_8h_source.html') diff --git a/watch_8h_source.html b/watch_8h_source.html index 4d277a69..7a63d360 100644 --- a/watch_8h_source.html +++ b/watch_8h_source.html @@ -21,7 +21,7 @@ -
Sensor Watch 0.0.1 +
Sensor Watch 0.0.2
A board replacement for the classic Casio F-91W wristwatch, powered by a Microchip SAM L22 microcontroller.
@@ -112,14 +112,21 @@ $(function() {
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_ */
+
67#include "watch_storage.h"
+
68#include "watch_deepsleep.h"
+
69
+
70#include "watch_private.h"
+
71
+ +
78
+ +
82
+
89int read(int file, char *ptr, int len);
+
90
+
91#endif /* WATCH_H_ */
+
bool watch_is_usb_enabled(void)
Returns true if USB is enabled.
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.