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 ebf1c12 commit bc45726Copy full SHA for bc45726
src/spi/blocking.rs
@@ -33,7 +33,7 @@
33
//!
34
//! - [`SpiBus`]: Read-write access. This is the most commonly used.
35
//! - [`SpiBusRead`]: Read-only access, for example a bus with a MISO pin but no MOSI pin.
36
-//! - [`SpiBusWrite`]: Read-write access, for example a bus with a MOSI pin but no MISO pin.
+//! - [`SpiBusWrite`]: Write-only access, for example a bus with a MOSI pin but no MISO pin.
37
38
//! ## Device
39
0 commit comments