[NUCLEO_F303ZE] Correct ARDUINO pin

pull/3951/head
jeromecoutant 2017-03-16 16:32:26 +01:00
parent cc58a7fb0c
commit 2987340870
1 changed files with 5 additions and 5 deletions

View File

@ -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,