add button definitions

pull/9232/head
c_jin 2019-01-04 14:49:38 +08:00
parent c31ecd8e40
commit 04c0e4fe5c
1 changed files with 3 additions and 0 deletions

View File

@ -235,6 +235,9 @@ typedef enum {
KEY1 = PORTE_5,
KEY2 = PORTE_4,
BUTTON1 = KEY1,
BUTTON2 = KEY2,
SERIAL_TX = PORTC_12,
SERIAL_RX = PORTD_2,
USBTX = SERIAL_TX,