Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 042d8eb

Browse filesBrowse files
committed
core: declare new sd pinmap arrays
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 58c197b commit 042d8eb
Copy full SHA for 042d8eb

File tree

Expand file treeCollapse file tree

1 file changed

+15
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+15
-1
lines changed

‎cores/arduino/stm32/PeripheralPins.h

Copy file name to clipboardExpand all lines: cores/arduino/stm32/PeripheralPins.h
+15-1Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,20 @@ extern const PinMap PinMap_USB_OTG_FS[];
100100
extern const PinMap PinMap_USB_OTG_HS[];
101101

102102
//*** SD ***
103-
extern const PinMap PinMap_SD[];
103+
extern const PinMap PinMap_SD_CMD[];
104+
extern const PinMap PinMap_SD_CK[];
105+
extern const PinMap PinMap_SD_DATA0[];
106+
extern const PinMap PinMap_SD_DATA1[];
107+
extern const PinMap PinMap_SD_DATA2[];
108+
extern const PinMap PinMap_SD_DATA3[];
109+
extern const PinMap PinMap_SD_DATA4[];
110+
extern const PinMap PinMap_SD_DATA5[];
111+
extern const PinMap PinMap_SD_DATA6[];
112+
extern const PinMap PinMap_SD_DATA7[];
113+
extern const PinMap PinMap_SD_CKIN[];
114+
extern const PinMap PinMap_SD_CDIR[];
115+
extern const PinMap PinMap_SD_D0DIR[];
116+
extern const PinMap PinMap_SD_D123DIR[];
117+
104118
#endif
105119

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.