We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da4a3d commit 013d8e6Copy full SHA for 013d8e6
1 file changed
STM32F4/variants/discovery_f407/variant.h
@@ -11,4 +11,10 @@
11
12
#define portConfigRegister(pin) ( &(PIN_MAP[pin].gpio_device->regs->CRL) )
13
14
+static const uint8_t SS = BOARD_SPI1_NSS_PIN;
15
+static const uint8_t SS1 = BOARD_SPI2_NSS_PIN;
16
+static const uint8_t MOSI = BOARD_SPI1_MOSI_PIN;
17
+static const uint8_t MISO = BOARD_SPI1_MISO_PIN;
18
+static const uint8_t SCK = BOARD_SPI1_SCK_PIN;
19
+
20
#endif /* _VARIANT_ARDUINO_STM32_ */
0 commit comments