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 /modules.html | |
parent | d8dba8cc0f0c7807e120d7ca67d598d2413fb3e0 (diff) | |
download | Sensor-Watch-6ac386a506eed2212566ecbf7ea6f4a96e9b49eb.tar.gz Sensor-Watch-6ac386a506eed2212566ecbf7ea6f4a96e9b49eb.tar.bz2 Sensor-Watch-6ac386a506eed2212566ecbf7ea6f4a96e9b49eb.zip |
deploy: e790a025787e0e1aa59b98b95e194cf4318d1578
Diffstat (limited to 'modules.html')
-rw-r--r-- | modules.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules.html b/modules.html index 4c6fd032..1225002a 100644 --- a/modules.html +++ b/modules.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> @@ -79,8 +79,9 @@ $(function() { <tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group__rtc.html" target="_self">Real-Time Clock</a></td><td class="desc">This section covers functions related to the SAM L22's real-time clock peripheral, including date, time and alarm functions </td></tr> <tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group__slcd.html" target="_self">Segment LCD Display</a></td><td class="desc">This section covers functions related to the Segment LCD display driver, which is responsible for displaying strings of characters and indicators on the main watch display </td></tr> <tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group__spi.html" target="_self">SPI Controller Driver</a></td><td class="desc">This section covers functions related to the SAM L22's built-in SPI driver, including configuring the SPI bus and writing to / reading from devices </td></tr> -<tr id="row_11_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group__uart.html" target="_self">UART</a></td><td class="desc">This section covers functions related to the UART peripheral </td></tr> -<tr id="row_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group__utility.html" target="_self">Utility Functions</a></td><td class="desc">This section covers various useful functions that don't fit anywhere else </td></tr> +<tr id="row_11_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group__storage.html" target="_self">Flash Storage</a></td><td class="desc">This section covers functions related to the SAM L22's 8 kilobyte EEPROM emulation area </td></tr> +<tr id="row_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group__uart.html" target="_self">UART</a></td><td class="desc">This section covers functions related to the UART peripheral </td></tr> +<tr id="row_13_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="group__utility.html" target="_self">Utility Functions</a></td><td class="desc">This section covers various useful functions that don't fit anywhere else </td></tr> </table> </div><!-- directory --> </div><!-- contents --> |