We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da597e commit a9ba4f9Copy full SHA for a9ba4f9
targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L496xG/TARGET_DISCO_L496AG/PinNames.h
@@ -285,8 +285,8 @@ typedef enum {
285
#endif
286
287
// Generic signals
288
- LED1 = PB_13, // Green LD2 on board
289
- LED2 = LED1,
+ LED1 = PA_5, // Green LD3 on board
+ LED2 = PB_13, // Green LD2 on board --> Warning: the state is reverted (1=OFF and 0=ON)
290
LED3 = LED1,
291
LED4 = LED1,
292
USER_BUTTON = PC_13, // Joystick Center
0 commit comments