diff options
author | joeycastillo <joeycastillo@users.noreply.github.com> | 2022-01-25 20:03:52 +0000 |
---|---|---|
committer | joeycastillo <joeycastillo@users.noreply.github.com> | 2022-01-25 20:03:52 +0000 |
commit | fabc6d28eaf6e0227c68673d3c564c31f4c01a17 (patch) | |
tree | 60d06677060ee13c2697cfafb7bb6863cf8e751b /index.html | |
parent | 42795641a55e0a89f9674cb65b8e71024508293d (diff) | |
download | Sensor-Watch-fabc6d28eaf6e0227c68673d3c564c31f4c01a17.tar.gz Sensor-Watch-fabc6d28eaf6e0227c68673d3c564c31f4c01a17.tar.bz2 Sensor-Watch-fabc6d28eaf6e0227c68673d3c564c31f4c01a17.zip |
deploy: b8de35658ffd78ad8b22f91ccbbd3d63663afda9
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 20 |
1 files changed, 3 insertions, 17 deletions
@@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.9.1"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> -<title>Sensor Watch: Sensor Watch Documentation</title> +<title>Sensor Watch: Main Page</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> @@ -62,25 +62,11 @@ $(function() { </iframe> </div> -<div class="PageDoc"><div class="header"> +<div class="header"> <div class="headertitle"> -<div class="title">Sensor Watch Documentation </div> </div> +<div class="title">Sensor Watch Documentation</div> </div> </div><!--header--> <div class="contents"> -<div class="textblock"><p>This documentation covers most of the functions you will use to interact with the Sensor Watch hardware. It is divided into the following sections:</p><ul> -<li><a class="el" href="group__app.html">Application Framework</a> - This section covers the functions that you will implement in your app.c file when designing a Sensor Watch app.</li> -<li><a class="el" href="group__rtc.html">Real-Time Clock</a> - This section covers functions related to the SAM L22's real-time clock peripheral, including date, time and alarm functions.</li> -<li><a class="el" href="group__slcd.html">Segment LCD Display</a> - 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.</li> -<li><a class="el" href="group__buttons.html">Buttons & External Interrupts</a> - This section covers functions related to the three buttons: Light, Mode and Alarm.</li> -<li><a class="el" href="group__led.html">LED Control</a> - This section covers functions related to the bi-color red/green LED mounted behind the LCD.</li> -<li><a class="el" href="group__buzzer.html">Buzzer</a> - This section covers functions related to the piezo buzzer.</li> -<li><a class="el" href="group__adc.html">Analog Input</a> - This 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.</li> -<li><a class="el" href="group__gpio.html">Digital Input and Output</a> - This section covers functions related to general-purpose input and output signals.</li> -<li><a class="el" href="group__i2c.html">I2C Controller Driver</a> - This 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.</li> -<li><a class="el" href="group__debug.html">Debug UART</a> - This section covers functions related to the debug UART, available on pin D1 of the 9-pin connector.</li> -<li><a class="el" href="group__deepsleep.html">Sleep Control</a> - This section covers functions related to preparing for and entering BACKUP mode, the deepest sleep mode available on the SAM L22. </li> -</ul> -</div></div><!-- PageDoc --> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> |