From 6ac386a506eed2212566ecbf7ea6f4a96e9b49eb Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Wed, 3 Aug 2022 17:57:16 +0000 Subject: deploy: e790a025787e0e1aa59b98b95e194cf4318d1578 --- watch__private_8h_source.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'watch__private_8h_source.html') diff --git a/watch__private_8h_source.html b/watch__private_8h_source.html index c1e2af91..c538b68e 100644 --- a/watch__private_8h_source.html +++ b/watch__private_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.
@@ -111,10 +111,11 @@ $(function() {
44// this function ends up getting called by printf to log stuff to the USB console.
45int _write(int file, char *ptr, int len);
46
-
47// this method could be overridden to read stuff from the USB console? but no need rn.
-
48int _read(void);
-
49
-
50#endif
+
47// i thought this would be called by gets but it doesn't? anyway it does get called by read()
+
48// so that's our mechanism for reading data from the USB serial console.
+
49int _read(int file, char *ptr, int len);
+
50
+
51#endif
-- cgit v1.2.3