Skip to content

Commit 41000e0

Browse files
committed
Add LED color remapping definitions to Odin target
1 parent 4978a08 commit 41000e0

File tree

1 file changed

+4
-0
lines changed
  • targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TARGET_UBLOX_EVK_ODIN_W2

1 file changed

+4
-0
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/TARGET_UBLOX_EVK_ODIN_W2/PinNames.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ typedef enum {
157157
SW0 = PF_2, // Switch-0
158158
SW1 = PB_6, // Green / Switch-1
159159

160+
LED_RED = LED1,
161+
LED_GREEN = LED2,
162+
LED_BLUE = LED3,
163+
160164
// Standardized button names
161165
BUTTON1 = SW0,
162166
BUTTON2 = SW1,

0 commit comments

Comments
 (0)