Sensor Data Logger v1.0
ESP32 Data Logger
Loading...
Searching...
No Matches
sd_card.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PIN_NUM_MISO   19
 
#define PIN_NUM_MOSI   23
 
#define PIN_NUM_CLK   18
 
#define PIN_NUM_CS   13
 
#define MOUNT_POINT   "/sdcard"
 

Variables

const char * SD_CARD_TAG = "SDCARD"
 

Macro Definition Documentation

◆ MOUNT_POINT

#define MOUNT_POINT   "/sdcard"

◆ PIN_NUM_CLK

#define PIN_NUM_CLK   18

◆ PIN_NUM_CS

#define PIN_NUM_CS   13

◆ PIN_NUM_MISO

#define PIN_NUM_MISO   19

◆ PIN_NUM_MOSI

#define PIN_NUM_MOSI   23

Variable Documentation

◆ SD_CARD_TAG

const char* SD_CARD_TAG = "SDCARD"