diff options
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 --> |