mirror of https://github.com/ARMmbed/mbed-os.git
Update to NuMaker-PFM-M2351 V1.3 board
1. Update UNO pin A4/A5 2. Update UNO pin D2/D3pull/8341/head
parent
ffa46b15f3
commit
668a10e8f2
|
@ -124,13 +124,13 @@ typedef enum {
|
|||
A1 = PB_10,
|
||||
A2 = PB_9,
|
||||
A3 = PB_8,
|
||||
A4 = PB_7,
|
||||
A5 = PB_6,
|
||||
A4 = PB_4,
|
||||
A5 = PB_5,
|
||||
|
||||
D0 = PA_8,
|
||||
D1 = PA_9,
|
||||
D2 = PB_5,
|
||||
D3 = PB_4,
|
||||
D2 = PB_7,
|
||||
D3 = PB_6,
|
||||
D4 = PB_3,
|
||||
D5 = PB_2,
|
||||
D6 = PC_12,
|
||||
|
|
Loading…
Reference in New Issue