diff options
author | joeycastillo <joeycastillo@users.noreply.github.com> | 2022-08-03 17:57:16 +0000 |
---|---|---|
committer | joeycastillo <joeycastillo@users.noreply.github.com> | 2022-08-03 17:57:16 +0000 |
commit | 6ac386a506eed2212566ecbf7ea6f4a96e9b49eb (patch) | |
tree | 26aaa99a9a5ab5e9f4533e4e85841a8f3bd3d8a8 /globals.html | |
parent | d8dba8cc0f0c7807e120d7ca67d598d2413fb3e0 (diff) | |
download | Sensor-Watch-6ac386a506eed2212566ecbf7ea6f4a96e9b49eb.tar.gz Sensor-Watch-6ac386a506eed2212566ecbf7ea6f4a96e9b49eb.tar.bz2 Sensor-Watch-6ac386a506eed2212566ecbf7ea6f4a96e9b49eb.zip |
deploy: e790a025787e0e1aa59b98b95e194cf4318d1578
Diffstat (limited to 'globals.html')
-rw-r--r-- | globals.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/globals.html b/globals.html index e8219859..5f9eb2de 100644 --- a/globals.html +++ b/globals.html @@ -21,7 +21,7 @@ <tbody> <tr id="projectrow"> <td id="projectalign"> - <div id="projectname">Sensor Watch<span id="projectnumber"> 0.0.1</span> + <div id="projectname">Sensor Watch<span id="projectnumber"> 0.0.2</span> </div> <div id="projectbrief">A board replacement for the classic Casio F-91W wristwatch, powered by a Microchip SAM L22 microcontroller.</div> </td> @@ -64,7 +64,9 @@ $(function() { <div class="contents"> <div class="textblock">Here is a list of all documented functions, variables, defines, enums, and typedefs with links to the documentation:</div><ul> +<li>read() : <a class="el" href="watch_8h.html#aa0c5d610f8b61891a7cf5fca2671b6f9">watch.h</a></li> <li>watch_is_buzzer_or_led_enabled() : <a class="el" href="watch_8h.html#a6df21baf06b4a5392d95dd3cdde75d94">watch.h</a></li> +<li>watch_is_usb_enabled() : <a class="el" href="watch_8h.html#a1324426e2c366033abbb1b2e78b61305">watch.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> |