33#define LED0_PORT GPIO_PORT_B
34#define LED0_PORT_NUM PORT_B
37#define LED1_PORT GPIO_PORT_B
38#define LED1_PORT_NUM PORT_B
41#define LED2_PORT GPIO_PORT_B
42#define LED2_PORT_NUM PORT_B
49#define BTN0_PIN GPIO_PIN(PORT_C, 4)
50#define BTN0_MODE GPIO_IN_PU
51#define BTN1_PIN GPIO_PIN(PORT_D, 0)
52#define BTN1_MODE GPIO_IN_PU
53#define BTN2_PIN GPIO_PIN(PORT_D, 1)
54#define BTN2_MODE GPIO_IN_PU
Global common Nucleo board configuration.