mirror of https://github.com/ARMmbed/mbed-os.git
Adding LED defines for CI
parent
1bdfcba99b
commit
ec78ca937f
|
@ -145,14 +145,10 @@ typedef enum {
|
|||
//LEDs
|
||||
LED1 = P_22,
|
||||
LED_RED = LED1,
|
||||
/*
|
||||
|
||||
LED2 = NC,
|
||||
LED3 = NC,
|
||||
|
||||
LED_GREEN = LED2,
|
||||
LED_BLUE = LED3,
|
||||
*/
|
||||
|
||||
GP0 = P_23,
|
||||
//Standardized button name
|
||||
BUTTON1 = GP0,
|
||||
|
|
Loading…
Reference in New Issue