arduino-esp32/libraries/SD_MMC/src
Verkehrsrot 594ee6d249
Update SD_MMC.cpp (#4020)
According to ESP-IDF API
dc14d027ce/docs/en/api-reference/peripherals/sdmmc_host.rst :

"To configure the bus width, set the width field of :cpp:class:`sdmmc_slot_config_t`. For example, to set 1-line mode:

sdmmc_slot_config_t slot = SDMMC_SLOT_CONFIG_DEFAULT();
slot.width = 1;
"
2020-05-22 11:07:40 +03:00
..
sd_defines.h Add FS, SD and SD_MMC (#256) 2017-03-10 15:25:38 +01:00
SD_MMC.cpp Update SD_MMC.cpp (#4020) 2020-05-22 11:07:40 +03:00
SD_MMC.h Add totalBytes / usedBytes to SD/SDMMC (#673) 2017-09-28 10:01:02 +08:00