File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,11 @@ extern "C" {
122
122
#define PIN_SPI_SCK PB13
123
123
#define PIN_SPI_SS PA15
124
124
125
+ #define PIN_SPI1_MOSI PB5
126
+ #define PIN_SPI1_MISO PB4
127
+ #define PIN_SPI1_SCK PB3
128
+ #define PIN_SPI1_SS PA15
129
+
125
130
// I2C Definitions
126
131
#define PIN_WIRE_SDA PB7
127
132
#define PIN_WIRE_SCL PB6
@@ -133,7 +138,7 @@ extern "C" {
133
138
134
139
// UART Definitions
135
140
// Define here Serial instance number to map on Serial generic name
136
- #define SERIAL_UART_INSTANCE 1 //ex: 2 for Serial2 (USART2)
141
+ #define SERIAL_UART_INSTANCE 3 //ex: 2 for Serial2 (USART2)
137
142
// DEBUG_UART could be redefined to print on another instance than 'Serial'
138
143
//#define DEBUG_UART ((USART_TypeDef *) U(S)ARTX) // ex: USART3
139
144
// DEBUG_UART baudrate, default: 9600 if not defined
You can’t perform that action at this time.
0 commit comments