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
29
typedef
BlockDeviceInterface
BlockDevice
;
30
#else
31
typedef
SdCard
BlockDevice
;
32
#endif
33
#endif
// BlockDevice_h
BlockDevice
BlockDeviceInterface BlockDevice
Definition
BlockDevice.h:29
SdCard.h
BlockDeviceInterface
BlockDeviceInterface class.
Definition
BlockDeviceInterface.h:39
SdCardInterface
Abstract interface for an SD card.
Definition
SdCardInterface.h:34
src
common
BlockDevice.h
Generated on Sun Aug 20 2023 21:57:40 for Soldered SD Card Arduino Library by
1.9.7. Dark theme by
Tilen Majerle
. All rights reserved. Copyright:
Soldered