arduino-esp32/libraries/SD_MMC
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
..
examples Unify time modification on SD and SPIFFS (#738) 2018-03-04 21:20:34 +01:00
src Update SD_MMC.cpp (#4020) 2020-05-22 11:07:40 +03:00
library.properties Add FS, SD and SD_MMC (#256) 2017-03-10 15:25:38 +01:00