diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-27 10:51:15 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-27 10:51:15 -0500 |
commit | 14e4562b7a44ab6882180b69145665d4920769ac (patch) | |
tree | 89506572890224a498383b748d620e80839208c3 /watch-library/shared/watch/watch.h | |
parent | 29fa6052831f8d26815405d4652b5799e3c74147 (diff) | |
download | Sensor-Watch-14e4562b7a44ab6882180b69145665d4920769ac.tar.gz Sensor-Watch-14e4562b7a44ab6882180b69145665d4920769ac.tar.bz2 Sensor-Watch-14e4562b7a44ab6882180b69145665d4920769ac.zip |
add SPI to the index
Diffstat (limited to 'watch-library/shared/watch/watch.h')
-rw-r--r-- | watch-library/shared/watch/watch.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/watch-library/shared/watch/watch.h b/watch-library/shared/watch/watch.h index 8e47594c..3fbad812 100644 --- a/watch-library/shared/watch/watch.h +++ b/watch-library/shared/watch/watch.h @@ -46,7 +46,8 @@ - @ref gpio - This section covers functions related to general-purpose input and output signals. - @ref i2c - 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. - - @ref debug - This section covers functions related to the debug UART, available on pin D1 of the 9-pin connector. + - @ref spi - This section covers functions related to the SAM L22's built-in SPI driver. + - @ref uart - This section covers functions related to the UART peripheral. - @ref deepsleep - This section covers functions related to preparing for and entering BACKUP mode, the deepest sleep mode available on the SAM L22. */ |