We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
send
1 parent b8df447 commit 5bae50bCopy full SHA for 5bae50b
src/spi.rs
@@ -10,7 +10,7 @@ use nb;
10
///
11
/// - Due to how full duplex SPI works each `try_read` call must be preceded by a `try_send` call.
12
13
-/// - `try_read` calls only return the data received with the last `send` call.
+/// - `try_read` calls only return the data received with the last `try_send` call.
14
/// Previously received data is discarded
15
16
/// - Data is only guaranteed to be clocked out when the `try_read` call succeeds.
0 commit comments