From 72f7b52cb0086c4c927818c86986ab35bae36452 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Tue, 6 Dec 2022 05:18:47 +0000 Subject: deploy: 80ce98bc650b949af4257b555dd50bad3f108826 --- modules.html | 37 ++++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 15 deletions(-) (limited to 'modules.html') diff --git a/modules.html b/modules.html index 1225002a..86465b26 100644 --- a/modules.html +++ b/modules.html @@ -1,9 +1,9 @@ - + - + Sensor Watch: Modules @@ -30,10 +30,10 @@ - + @@ -57,9 +57,16 @@ $(function() {
- +
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
@@ -69,25 +76,25 @@ $(function() {
Here is a list of all modules:
- + - + - + - + - + - + - +
 Analog InputThis section covers functions related to the SAM L22's analog-to-digital converter, as well as configuring and reading values from the five analog-capable pins on the 9-pin connector
 Application FrameworkThis section covers the functions that you will implement in your app.c file when designing a Sensor Watch app
 Application FrameworkThis section covers the functions that you will implement in your app.c file when designing a Sensor Watch app
 BuzzerThis section covers functions related to the piezo buzzer embedded in the F-91W's back plate
 Sleep ControlThis section covers functions related to the various sleep modes available to the watch, including Sleep, Deep Sleep, and BACKUP mode
 Sleep ControlThis section covers functions related to the various sleep modes available to the watch, including Sleep, Deep Sleep, and BACKUP mode
 Buttons & External InterruptsThis section covers functions related to the three buttons: Light, Mode and Alarm, as well as external interrupts from devices on the nine-pin connector
 Digital Input and OutputThis section covers functions related to general-purpose input and output signals
 Digital Input and OutputThis section covers functions related to general-purpose input and output signals
 I2C Controller DriverThis section covers functions related to the SAM L22's built-I2C driver, including configuring the I2C bus, putting values directly on the bus and reading data from registers on I2C devices
 LED ControlThis section covers functions related to the bi-color red/green LED mounted behind the LCD
 LED ControlThis section covers functions related to the bi-color red/green LED mounted behind the LCD
 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
 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
 Flash StorageThis section covers functions related to the SAM L22's 8 kilobyte EEPROM emulation area
 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
 Utility FunctionsThis section covers various useful functions that don't fit anywhere else
-- cgit v1.2.3