From bbf146166834b91cf72d36d81b9d5d1145dbc6f2 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Thu, 27 Jan 2022 15:51:46 +0000 Subject: deploy: 14e4562b7a44ab6882180b69145665d4920769ac --- watch__spi_8h_source.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'watch__spi_8h_source.html') diff --git a/watch__spi_8h_source.html b/watch__spi_8h_source.html index 84175609..8ec1bb28 100644 --- a/watch__spi_8h_source.html +++ b/watch__spi_8h_source.html @@ -109,9 +109,9 @@ $(function() {
50 
56 bool watch_spi_read(uint8_t *buf, uint16_t length);
57 
-
63 bool watch_spi_transfer(const uint8_t *data_out, uint8_t *data_in, uint16_t length);
-
64 
-
66 #endif
+
64 bool watch_spi_transfer(const uint8_t *data_out, uint8_t *data_in, uint16_t length);
+
65 
+
67 #endif
bool watch_spi_read(uint8_t *buf, uint16_t length)
Reads a series of values from a device on the SPI bus.
bool watch_spi_transfer(const uint8_t *data_out, uint8_t *data_in, uint16_t length)
Reads a series of values from a device on the SPI bus.
void watch_enable_spi(void)
Enables the SPI peripheral. Call this before attempting to interface with SPI devices.
-- cgit v1.2.3