Module embedded_sdmmc::sdcard

source ·
Expand description

The SD/MMC Protocol

Implements the SD/MMC protocol on some generic SPI interface.

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

Modules§

  • Constants from the SD Specifications

Structs§

  • Options for acquiring the card.
  • A dummy “CS pin” that does nothing when set high or low.
  • Represents an SD Card on an SPI bus.

Enums§

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