![]() |
Soldered SD Card Arduino Library 1.0.0
Easily read and write files to and form the SD card breakout! A fork of the original SDFat library by Bill Greiman.
|
SPI card configuration. More...
#include <SdSpiDriver.h>
Public Member Functions | |
| SdSpiConfig (SdCsPin_t cs, uint8_t opt, uint32_t maxSpeed, SpiPort_t *port) | |
| SdSpiConfig (SdCsPin_t cs, uint8_t opt, uint32_t maxSpeed) | |
| SdSpiConfig (SdCsPin_t cs, uint8_t opt) | |
| SdSpiConfig (SdCsPin_t cs) | |
Public Attributes | |
| const SdCsPin_t | csPin |
| const uint8_t | options = 0 |
| const uint32_t | maxSck = SD_SCK_MHZ(50) |
| SpiPort_t * | spiPort = nullptr |
SPI card configuration.
SdSpiConfig constructor.
| [in] | cs | Chip select pin. |
| [in] | opt | Options. |
| [in] | maxSpeed | Maximum SCK frequency. |
| [in] | port | The SPI port to use. |
|
inline |
SdSpiConfig constructor.
| [in] | cs | Chip select pin. |
| [in] | opt | Options. |
| [in] | maxSpeed | Maximum SCK frequency. |
|
inline |
SdSpiConfig constructor.
| [in] | cs | Chip select pin. |
| [in] | opt | Options. |
|
inlineexplicit |
SdSpiConfig constructor.
| [in] | cs | Chip select pin. |
| const SdCsPin_t SdSpiConfig::csPin |
Chip select pin.
| const uint32_t SdSpiConfig::maxSck = SD_SCK_MHZ(50) |
Max SCK frequency
| const uint8_t SdSpiConfig::options = 0 |
Options
| SpiPort_t* SdSpiConfig::spiPort = nullptr |
SPI port