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.
transaction!
1 parent 1ae5990 commit 6c9f380Copy full SHA for 6c9f380
embedded-hal-async/src/spi.rs
@@ -36,7 +36,8 @@ where
36
= impl Future<Output = Result<(), T::Error>>;
37
38
#[macro_export]
39
-/// This macro is a workaround for the workaround in [`SpiDevice::transaction`]
+/// Do an SPI transaction on a bus.
40
+/// This is a safe wrapper for [SpiDevice::transaction], which handles dereferencing the raw pointer for you.
41
///
42
/// # Examples
43
0 commit comments