We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6ece1 commit dd86364Copy full SHA for dd86364
src/spi.rs
@@ -1,8 +1,7 @@
1
//! Serial Peripheral Interface (SPI)
2
//!
3
-//! This module provides functionality for SPI as both a Master. It
4
-//! supports full-duplex, half duplex, simplex transmitter and simplex receiver
5
-//! modes.
+//! This module provides functionality for SPI as a Master. It supports full-duplex, half duplex,
+//! simplex transmitter and simplex receiver modes.
6
7
//! It supports both blocking and non-blocking usage. For blocking usage
8
//! as a Master `Spi` implements the [embedded-hal][embedded-hal] traits ([`SpiBus`][spi_bus]
0 commit comments