Add definition of User button(SW0 and SW1)

Add definition of User button for users.
pull/762/head
Masao Hamanaka 2014-12-05 17:37:53 +09:00
parent 4473a517a8
commit e2a8d32343
1 changed files with 3 additions and 0 deletions

View File

@ -97,6 +97,9 @@ typedef enum {
I2C_SCL = D15,
I2C_SDA = D14,
USER_BUTTON0 = P6_0,
USER_BUTTON1 = P6_1,
// Not connected
NC = (int)0xFFFFFFFF
} PinName;