mirror of https://github.com/ARMmbed/mbed-os.git
Add missing pin labels used in examples.
parent
0f91f3bf0b
commit
f102fdaf0f
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue