[LPC176x] Fix USEABLE_HARDWARE_PWM macro, cleanup multiple LED support (#12129)
This commit is contained in:
committed by
Scott Lahteine
parent
a768df83cb
commit
3c13c9e3e9
@ -42,7 +42,10 @@
|
||||
#define PIN_P0_03 P0_03 // AUX1 (Interrupt Capable/ADC/Serial Port 0)
|
||||
*/
|
||||
|
||||
#define LED_PIN P1_18 // LED2 P1_19, LED3 P1_20, LED4 P1_21
|
||||
#define LED_PIN P1_18 // Used as a status indicator
|
||||
#define LED2_PIN P1_19
|
||||
#define LED3_PIN P1_20
|
||||
#define LED4_PIN P1_21
|
||||
|
||||
//
|
||||
// Servo pin
|
||||
|
Reference in New Issue
Block a user