mirror of https://github.com/ARMmbed/mbed-os.git
ff_lpc546xx: change led1 and led3 and p26 pins
parent
f07c985707
commit
4a2ace99d5
|
@ -120,6 +120,6 @@ const PinMap PinMap_PWM[] = {
|
||||||
{P0_19 , PWM_3, 4},
|
{P0_19 , PWM_3, 4},
|
||||||
{P0_22 , PWM_4, 4},
|
{P0_22 , PWM_4, 4},
|
||||||
{P0_28 , PWM_8, 4},
|
{P0_28 , PWM_8, 4},
|
||||||
{P0_29 , PWM_9, 4},
|
{P1_31 , PWM_7, 4},
|
||||||
{NC , NC, 0}
|
{NC , NC, 0}
|
||||||
};
|
};
|
||||||
|
|
|
@ -183,9 +183,9 @@ typedef enum {
|
||||||
|
|
||||||
|
|
||||||
// mbed original LED naming
|
// mbed original LED naming
|
||||||
LED1 = P0_13,
|
LED1 = P1_3,
|
||||||
LED2 = P1_27,
|
LED2 = P1_27,
|
||||||
LED3 = P0_14,
|
LED3 = P1_26,
|
||||||
LED4 = P1_28,
|
LED4 = P1_28,
|
||||||
|
|
||||||
|
|
||||||
|
@ -223,7 +223,7 @@ typedef enum {
|
||||||
p23 = P0_19,
|
p23 = P0_19,
|
||||||
p24 = P0_22,
|
p24 = P0_22,
|
||||||
p25 = P0_28,
|
p25 = P0_28,
|
||||||
p26 = P0_29,
|
p26 = P1_31,
|
||||||
p27 = P1_30,
|
p27 = P1_30,
|
||||||
p28 = P1_29,
|
p28 = P1_29,
|
||||||
p29 = P0_0,
|
p29 = P0_0,
|
||||||
|
|
Loading…
Reference in New Issue