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.
Loading...
Searching...
No Matches
SdCard.h File Reference

Go to the source code of this file.

Classes

class  SdCardFactory
 Setup a SPI card or SDIO card. More...
 

Typedefs

typedef SdCardInterface SdCard
 

Functions

bool isSpi (SdSpiConfig cfg)
 
bool isSpi (SdioConfig cfg)
 

Typedef Documentation

◆ SdCard

typedef SdSpiCard SdCard

Function Documentation

◆ isSpi() [1/2]

bool isSpi ( SdioConfig  cfg)
inline

Determine card configuration type.

Parameters
[in]cfgCard configuration.
Returns
true if SPI.

◆ isSpi() [2/2]

bool isSpi ( SdSpiConfig  cfg)
inline

Determine card configuration type.

Parameters
[in]cfgCard configuration.
Returns
true if SPI.