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 bca6ceb commit 1371292Copy full SHA for 1371292
src/sdcard/mod.rs
@@ -67,6 +67,8 @@ impl embedded_hal::digital::OutputPin for DummyCsPin {
67
/// actual CS pin. Then provide the actual CS pin to [`SdCard`]'s constructor.
68
///
69
/// All the APIs take `&self` - mutability is handled using an inner `RefCell`.
70
+///
71
+/// [`SpiDevice`]: embedded_hal::spi::SpiDevice
72
pub struct SdCard<SPI, CS, DELAYER>
73
where
74
SPI: embedded_hal::spi::SpiDevice<u8>,
0 commit comments