mirror of https://github.com/ARMmbed/mbed-os.git
DISCO_L496AG: change LED1 and LED2 pins
parent
2da597e56a
commit
a9ba4f9bf5
|
@ -285,8 +285,8 @@ typedef enum {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Generic signals
|
// Generic signals
|
||||||
LED1 = PB_13, // Green LD2 on board
|
LED1 = PA_5, // Green LD3 on board
|
||||||
LED2 = LED1,
|
LED2 = PB_13, // Green LD2 on board --> Warning: the state is reverted (1=OFF and 0=ON)
|
||||||
LED3 = LED1,
|
LED3 = LED1,
|
||||||
LED4 = LED1,
|
LED4 = LED1,
|
||||||
USER_BUTTON = PC_13, // Joystick Center
|
USER_BUTTON = PC_13, // Joystick Center
|
||||||
|
|
Loading…
Reference in New Issue