From 6ac386a506eed2212566ecbf7ea6f4a96e9b49eb Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Wed, 3 Aug 2022 17:57:16 +0000 Subject: deploy: e790a025787e0e1aa59b98b95e194cf4318d1578 --- modules.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules.html') diff --git a/modules.html b/modules.html index 4c6fd032..1225002a 100644 --- a/modules.html +++ b/modules.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.
@@ -79,8 +79,9 @@ $(function() {  Real-Time ClockThis section covers functions related to the SAM L22's real-time clock peripheral, including date, time and alarm functions  Segment LCD DisplayThis 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  SPI Controller DriverThis section covers functions related to the SAM L22's built-in SPI driver, including configuring the SPI bus and writing to / reading from devices - UARTThis section covers functions related to the UART peripheral - Utility FunctionsThis section covers various useful functions that don't fit anywhere else + Flash StorageThis section covers functions related to the SAM L22's 8 kilobyte EEPROM emulation area + UARTThis section covers functions related to the UART peripheral + Utility FunctionsThis section covers various useful functions that don't fit anywhere else
-- cgit v1.2.3