Module sdcard

Source
Expand description

Implements the BlockDevice trait for an SD/MMC Protocol over SPI.

This is currently optimised for readability and debugability, not performance.

Modules§

proto
Constants from the SD Specifications

Structs§

AcquireOpts
Options for acquiring the card.
SdCard
Driver for an SD Card on an SPI bus.

Enums§

CardType
The different types of card we support.
Error
The possible errors this crate can generate.