mirror of https://github.com/ARMmbed/mbed-os.git
[NUCLEO_F303ZE] Correct ARDUINO pin
parent
cc58a7fb0c
commit
2987340870
|
@ -178,11 +178,11 @@ typedef enum {
|
|||
A0 = PA_3,
|
||||
A1 = PC_0,
|
||||
A2 = PC_3,
|
||||
A3 = PC_1,
|
||||
A4 = PC_4,
|
||||
A5 = PC_5,
|
||||
D0 = PG_9,
|
||||
D1 = PG_14,
|
||||
A3 = PD_11,
|
||||
A4 = PD_12,
|
||||
A5 = PD_13,
|
||||
D0 = PC_5,
|
||||
D1 = PC_14,
|
||||
D2 = PF_15,
|
||||
D3 = PE_13,
|
||||
D4 = PF_14,
|
||||
|
|
Loading…
Reference in New Issue