File tree 2 files changed +6
-6
lines changed
variants/BLUE_F407VE_Mini
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ const PinName digitalPin[] = {
72
72
PC_8,
73
73
PC_9,
74
74
PA_9,
75
- PA_11, // D30
75
+ PA_11, // D30 - USB_DM
76
76
PA_13,
77
77
PA_15,
78
78
PC_11,
@@ -118,7 +118,7 @@ const PinName digitalPin[] = {
118
118
PC_7,
119
119
PA_8,
120
120
PA_10,
121
- PA_12,
121
+ PA_12, // USB_DP
122
122
PA_14, // D70
123
123
PC_10,
124
124
PD_0,
Original file line number Diff line number Diff line change @@ -184,10 +184,10 @@ enum {
184
184
// Below SPI and I2C definitions already done in the core
185
185
// Could be redefined here if differs from the default one
186
186
// SPI Definitions
187
- #define PIN_SPI_SS PB7
188
- #define PIN_SPI_MOSI PB5
189
- #define PIN_SPI_MISO PB4
190
- #define PIN_SPI_SCK PB3
187
+ #define PIN_SPI_MOSI PB15
188
+ #define PIN_SPI_MISO PB14
189
+ #define PIN_SPI_SCK PB13
190
+ #define PIN_SPI_SS PB12
191
191
192
192
// I2C Definitions
193
193
#define PIN_WIRE_SDA PB7
You can’t perform that action at this time.
0 commit comments