This commit is contained in:
joeycastillo
2022-01-27 15:51:46 +00:00
parent c009071699
commit bbf1461668
13 changed files with 61 additions and 59 deletions

View File

@@ -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 -->