summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@users.noreply.github.com>2022-01-27 15:51:46 +0000
committerjoeycastillo <joeycastillo@users.noreply.github.com>2022-01-27 15:51:46 +0000
commitbbf146166834b91cf72d36d81b9d5d1145dbc6f2 (patch)
tree3717dc40c37d9472fbc20dcdae78c0d1af5a0472 /index.html
parentc0090716995447bd59954c8a7e24cd5c20598f7a (diff)
downloadSensor-Watch-bbf146166834b91cf72d36d81b9d5d1145dbc6f2.tar.gz
Sensor-Watch-bbf146166834b91cf72d36d81b9d5d1145dbc6f2.tar.bz2
Sensor-Watch-bbf146166834b91cf72d36d81b9d5d1145dbc6f2.zip
deploy: 14e4562b7a44ab6882180b69145665d4920769ac
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 59644390..3dabdefd 100644
--- a/index.html
+++ b/index.html
@@ -77,7 +77,8 @@ $(function() {
<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">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__spi.html">SPI Controller Driver</a> - This section covers functions related to the SAM L22's built-in SPI driver.</li>
+<li><a class="el" href="group__uart.html">UART</a> - This section covers functions related to the UART peripheral.</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 -->