Merge pull request #3951 from jeromecoutant/PR_F303ZE

[NUCLEO_F303ZE] Correct ARDUINO pin
pull/3536/merge
Sam Grove 2017-03-22 12:06:51 +00:00 committed by GitHub
commit 2ec6ee4a24
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,