File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
variants/BLUE_F407VE_Mini Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ const PinName digitalPin[] = {
7272 PC_8,
7373 PC_9,
7474 PA_9,
75- PA_11, // D30
75+ PA_11, // D30 - USB_DM
7676 PA_13,
7777 PA_15,
7878 PC_11,
@@ -118,7 +118,7 @@ const PinName digitalPin[] = {
118118 PC_7,
119119 PA_8,
120120 PA_10,
121- PA_12,
121+ PA_12, // USB_DP
122122 PA_14, // D70
123123 PC_10,
124124 PD_0,
Original file line number Diff line number Diff line change @@ -184,10 +184,10 @@ enum {
184184// Below SPI and I2C definitions already done in the core
185185// Could be redefined here if differs from the default one
186186// 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
191191
192192// I2C Definitions
193193#define PIN_WIRE_SDA PB7
You can’t perform that action at this time.
0 commit comments