mirror of https://github.com/ARMmbed/mbed-os.git
Corrected wrong pin names
parent
3930605032
commit
ca527e4dd9
|
@ -49,8 +49,8 @@ typedef enum {
|
||||||
USBRX = P0_13,
|
USBRX = P0_13,
|
||||||
|
|
||||||
// Arduino Shield Receptacles Names
|
// Arduino Shield Receptacles Names
|
||||||
D0 = P0_18,
|
D0 = P0_13,
|
||||||
D1 = P0_13,
|
D1 = P0_18,
|
||||||
D2 = P0_29,
|
D2 = P0_29,
|
||||||
D3 = P0_9,
|
D3 = P0_9,
|
||||||
D4 = P0_10,
|
D4 = P0_10,
|
||||||
|
|
Loading…
Reference in New Issue