Skip to content

Commit 3519d53

Browse files
committed
DISCO_L475VG_IOT01A: Add generic buttons declaration
1 parent 59bfa39 commit 3519d53

File tree

1 file changed

+5
-0
lines changed
  • targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L475xG/TARGET_DISCO_L475VG_IOT01A

1 file changed

+5
-0
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L475xG/TARGET_DISCO_L475VG_IOT01A/PinNames.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,11 @@ typedef enum {
211211
LED3 = PC_9, // Yellow LED (LD3 WIFI) / Blue LED (LD4 BLE)
212212
LED4 = LED3,
213213
USER_BUTTON = PC_13,
214+
BUTTON1 = USER_BUTTON,
215+
BUTTON2 = USER_BUTTON,
216+
BUTTON3 = USER_BUTTON,
217+
BUTTON4 = USER_BUTTON,
218+
BUTTON5 = USER_BUTTON,
214219
SERIAL_TX = PB_6,
215220
SERIAL_RX = PB_7,
216221
USBTX = SERIAL_TX,

0 commit comments

Comments
 (0)