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
BlockDevice.h
Go to the documentation of this file.
1
25#ifndef BlockDevice_h
26#define BlockDevice_h
27#include "SdCard/SdCard.h"
28#if HAS_SDIO_CLASS || USE_BLOCK_DEVICE_INTERFACE
30#else
31typedef SdCard BlockDevice;
32#endif
33#endif // BlockDevice_h
BlockDeviceInterface BlockDevice
Definition BlockDevice.h:29
BlockDeviceInterface class.
Definition BlockDeviceInterface.h:39
Abstract interface for an SD card.
Definition SdCardInterface.h:34