Skip to content

Commit dd86364

Browse files
committed
Fix documentation
1 parent bd6ece1 commit dd86364

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/spi.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
//! Serial Peripheral Interface (SPI)
22
//!
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.
3+
//! This module provides functionality for SPI as a Master. It supports full-duplex, half duplex,
4+
//! simplex transmitter and simplex receiver modes.
65
//!
76
//! It supports both blocking and non-blocking usage. For blocking usage
87
//! as a Master `Spi` implements the [embedded-hal][embedded-hal] traits ([`SpiBus`][spi_bus]

0 commit comments

Comments
 (0)