DISCO_L475VG_IOT01A: Add generic buttons declaration

pull/4242/head
bcostm 2017-06-05 10:39:11 +02:00
parent 59bfa39b6d
commit 3519d535a0
1 changed files with 5 additions and 0 deletions

View File

@ -211,6 +211,11 @@ typedef enum {
LED3 = PC_9, // Yellow LED (LD3 WIFI) / Blue LED (LD4 BLE)
LED4 = LED3,
USER_BUTTON = PC_13,
BUTTON1 = USER_BUTTON,
BUTTON2 = USER_BUTTON,
BUTTON3 = USER_BUTTON,
BUTTON4 = USER_BUTTON,
BUTTON5 = USER_BUTTON,
SERIAL_TX = PB_6,
SERIAL_RX = PB_7,
USBTX = SERIAL_TX,