File tree 2 files changed +1
-12
lines changed
libraries/SD_MMC/examples
2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -56,17 +56,6 @@ int d0 = 37;
56
56
int d1 = 38 ;
57
57
int d2 = 33 ;
58
58
int 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 ;
70
59
#endif
71
60
72
61
void listDir (fs::FS &fs, const char *dirname, uint8_t levels) {
Original file line number Diff line number Diff line change 14
14
* Connections for ║ ║ ╔═══╩═║═║═══╗ ║ ║ ║
15
15
* full-sized ║ ║ ║ ╔═╝ ║ ║ ║ ║ ║
16
16
* 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 )
18
18
* ESP32-S3 DevKit | 21 47 GND 39 3V3 GND 40 41 42 |
19
19
* ESP32-S3-USB-OTG | 38 37 GND 36 3V3 GND 35 34 33 |
20
20
* ESP32 | 4 2 GND 14 3V3 GND 15 13 12 |
You can’t perform that action at this time.
0 commit comments