SPI card configuration.
More...
#include <SdSpiDriver.h>
SdSpiConfig::SdSpiConfig |
( |
uint8_t |
cs, |
|
|
uint8_t |
opt, |
|
|
SPISettings |
settings, |
|
|
uint8_t |
port |
|
) |
| |
|
inline |
SdSpiConfig constructor.
- Parameters
-
[in] | cs | Chip select pin. |
[in] | opt | Options. |
[in] | settings | SPISettings. |
[in] | port | The SPI port to use. |
SdSpiConfig::SdSpiConfig |
( |
uint8_t |
cs, |
|
|
uint8_t |
opt, |
|
|
SPISettings |
settings |
|
) |
| |
|
inline |
SdSpiConfig constructor.
- Parameters
-
[in] | cs | Chip select pin. |
[in] | opt | Options. |
[in] | settings | SPISettings. |
SdSpiConfig::SdSpiConfig |
( |
uint8_t |
cs, |
|
|
uint8_t |
opt |
|
) |
| |
|
inline |
SdSpiConfig constructor.
- Parameters
-
[in] | cs | Chip select pin. |
[in] | opt | Options. |
SdSpiConfig::SdSpiConfig |
( |
uint8_t |
cs | ) |
|
|
inlineexplicit |
const uint8_t SdSpiConfig::csPin |
const uint8_t SdSpiConfig::options |
const int8_t SdSpiConfig::spiPort |
const SPISettings SdSpiConfig::spiSettings |
The documentation for this class was generated from the following file: