Data Gator
Hardware and software documentation for the Data Gator project.
Loading...
Searching...
No Matches
SDCard.hpp File Reference

SDCard Interface Utilities. More...

#include <SD.h>
#include <SPI.h>
Include dependency graph for SDCard.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

SDCard Interface Utilities.

Author
Doug Park

Macro Definition Documentation

◆ TT_CLK

#define TT_CLK   14

Support for SD Card.

For now this is a thin wrapper around the SD implementation on ESP32.