Add missing pin labels used in examples.

pull/244/head
bcostm 2014-03-28 18:16:10 +01:00
parent 0f91f3bf0b
commit f102fdaf0f
2 changed files with 4 additions and 0 deletions

View File

@ -148,6 +148,8 @@ typedef enum {
LED3 = PA_5,
LED4 = PA_5,
USER_BUTTON = PC_13,
SERIAL_TX = PA_2,
SERIAL_RX = PA_3,
USBTX = PA_2,
USBRX = PA_3,
I2C_SCL = PB_8,

View File

@ -138,6 +138,8 @@ typedef enum {
LED3 = PA_5,
LED4 = PA_5,
USER_BUTTON = PC_13,
SERIAL_TX = PA_2,
SERIAL_RX = PA_3,
USBTX = PA_2,
USBRX = PA_3,
I2C_SCL = PB_8,