File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
libraries/SD_MMC/examples Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -56,17 +56,6 @@ int d0 = 37;
5656int d1 = 38 ;
5757int d2 = 33 ;
5858int d3 = 39 ; // GPIO 34 is not broken-out on ESP32-S3-DevKitC-1 v1.1
59-
60- #elif defined(CONFIG_IDF_TARGET_ESP32P4) && !defined(BOARD_HAS_SDMMC)
61- // define BOARD_HAS_SDMMC for ESP32-P4 Function EV board V1.4, as it uses SLOT 0 (IO_MUX)
62- // Pin definition for ESP32-P4 Function EV board V1.4
63- int clk = 43 ;
64- int cmd = 44 ;
65- int d0 = 39 ;
66- int d1 = 40 ;
67- int d2 = 41 ;
68- int d3 = 42 ;
69- int power = 4 ;
7059#endif
7160
7261void listDir (fs::FS &fs, const char *dirname, uint8_t levels) {
Original file line number Diff line number Diff line change 1414 * Connections for ║ ║ ╔═══╩═║═║═══╗ ║ ║ ║
1515 * full-sized ║ ║ ║ ╔═╝ ║ ║ ║ ║ ║
1616 * SD card ║ ║ ║ ║ ║ ║ ║ ║ ║
17- * ESP32-P4 Func EV | 40 39 GND 43 3V3 GND 44 43 42 | + POWER (4 )
17+ * ESP32-P4 Func EV | 40 39 GND 43 3V3 GND 44 43 42 | SLOT 0 (IO_MUX )
1818 * ESP32-S3 DevKit | 21 47 GND 39 3V3 GND 40 41 42 |
1919 * ESP32-S3-USB-OTG | 38 37 GND 36 3V3 GND 35 34 33 |
2020 * ESP32 | 4 2 GND 14 3V3 GND 15 13 12 |
You can’t perform that action at this time.
0 commit comments