We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d9d5b commit 69fb876Copy full SHA for 69fb876
1 file changed
mkdocs/education/spi.md
@@ -186,7 +186,7 @@ write-then-read operations without asserting and de-asserting the chip select
186
each time, add the `hal::no_cs` token as the first parameter of the utility
187
APIs.
188
189
-### `hal::write(hal::spi_channel& p_spi, ...)`
+### `hal::write()`
190
191
```C++
192
#include <mutex>
@@ -239,7 +239,7 @@ void hal_write_spi_example(hal::spi_channel& p_spi,
239
}
240
```
241
242
-### `hal::read(hal::spi_channel& p_spi, ...)`
+### `hal::read()`
243
244
245
@@ -289,7 +289,7 @@ void hal_read_spi_example(hal::spi_channel& p_spi) {
289
290
291
292
-### `hal::write_then_read(hal::spi_channel& p_spi, ...)`
+### `hal::write_then_read()`
293
294
295
0 commit comments