We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d5d1e commit ecd67a9Copy full SHA for ecd67a9
variants/STM32L4xx/L4R5Z(G-I)Y_L4R9Z(G-I)Y_L4S5ZIY_L4S9ZIY/variant_SWAN_R5.h
@@ -181,9 +181,23 @@
181
#define USER_BTN PC13
182
#endif
183
184
-// On-board user button
+// Power switch EN pin
185
#ifndef ENABLE_3V3
186
- #define ENABLE_3V3 PE4
+ #define ENABLE_3V3 PE4
187
+#endif
188
+
189
+// SPI definitions
190
+#ifndef PIN_SPI_SS
191
+ #define PIN_SPI_SS PD0
192
193
+#ifndef PIN_SPI_MOSI
194
+ #define PIN_SPI_MOSI PB15
195
196
+#ifndef PIN_SPI_MISO
197
+ #define PIN_SPI_MISO PB14
198
199
+#ifndef PIN_SPI_SCK
200
+ #define PIN_SPI_SCK PD1
201
202
203
// I2C definitions
0 commit comments