![]() |
Data Gator
Hardware and software documentation for the Data Gator project.
|
SDCard Interface Utilities. More...
#include <SD.h>
#include <SPI.h>
Go to the source code of this file.
Classes | |
class | SDCard |
Thin wrapper around ESP32 SD card API. More... | |
Macros | |
#define | TT_CLK 14 |
Support for SD Card. | |
#define | TT_MISO 25 |
SPI MISO pin mapping. | |
#define | TT_MOSI 13 |
SPI MOSI mapping. | |
#define | TT_SS 2 |
SPI CS/SS chip select pin. | |
SDCard Interface Utilities.
#define TT_CLK 14 |
Support for SD Card.
For now this is a thin wrapper around the SD implementation on ESP32.