ce340faf94
* Clean warnings when all warning enabled Not used variables / functions due to debug log Dual define with different values : cores\esp32/binary.h #define B110 6 #define B1000000 64 tools/sdk/include/newlib/sys/termios.h #define B110 3 #define B1000000 23 Local variable returned in WiFiclient Secure * change due to deprecated function * Update with proper variable and label * Update esp32-hal-i2c.c * Apply changes requested * Fix warnings due to #define conflict thanks @atanisoft |
||
---|---|---|
.. | ||
examples | ||
src | ||
library.properties | ||
README.md |
SD library
This library provides the integration of ESP32 and SD (Secure Digital) cards without additional modules.
Sample wiring diagram:
For others SD formats:
Image source: Wikipedia
- Warning: Some ESP32 modules have different pinouts!
FAQ:
Do I need any additional modules, like Arduino SD module?
No, just wire your SD card directly to ESP32.
What is the difference between SD and SD_MMC libraries?
SD runs on SPI, and SD_MMC uses the SDMMC hardware bus on the ESP32.
Can I change the CS pin?
Yes, just use: SD.begin(CSpin)