![]() |
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.
|
Class for external soft SPI. More...
#include <SdSpiSoftDriver.h>
Inherits SdSpiSoftDriver.
Public Member Functions | |
| void | begin () |
| uint8_t | receive () |
| void | send (uint8_t data) |
Public Member Functions inherited from SdSpiSoftDriver | |
| void | activate () |
| virtual void | begin ()=0 |
| void | begin (SdSpiConfig spiConfig) |
| void | deactivate () |
| virtual uint8_t | receive ()=0 |
| uint8_t | receive (uint8_t *buf, size_t count) |
| virtual void | send (uint8_t data)=0 |
| void | send (const uint8_t *buf, size_t count) |
| void | setSckSpeed (uint32_t maxSck) |
Private Attributes | |
| SoftSPI< MisoPin, MosiPin, SckPin, 0 > | m_spi |
Class for external soft SPI.
|
inlinevirtual |
Initialize the SPI bus.
Implements SdSpiSoftDriver.
|
inlinevirtual |
|
inlinevirtual |
|
private |