We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2f4e3 commit 6683032Copy full SHA for 6683032
targets/TARGET_NUVOTON/TARGET_NUC472/TARGET_NUMAKER_PFM_NUC472/PeripheralPins.h
@@ -55,6 +55,15 @@ extern const PinMap PinMap_SPI_MISO[];
55
extern const PinMap PinMap_SPI_SCLK[];
56
extern const PinMap PinMap_SPI_SSEL[];
57
58
+//*** SD ***
59
+extern const PinMap PinMap_SD_CD[];
60
+extern const PinMap PinMap_SD_CMD[];
61
+extern const PinMap PinMap_SD_CLK[];
62
+extern const PinMap PinMap_SD_DAT0[];
63
+extern const PinMap PinMap_SD_DAT1[];
64
+extern const PinMap PinMap_SD_DAT2[];
65
+extern const PinMap PinMap_SD_DAT3[];
66
+
67
#ifdef __cplusplus
68
}
69
#endif
0 commit comments