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 16161a7 commit bc924deCopy full SHA for bc924de
variants/DWM1001-DEV/variant.h
@@ -40,11 +40,13 @@ extern "C"
40
41
// LEDs
42
#define PIN_LEDRT (22)
43
+#define PIN_LEDR (22)
44
#define PIN_LEDRB (23)
45
#define PIN_LEDG (24)
46
#define PIN_LEDB (25)
47
#define LED_BUILTIN PIN_LEDRT
48
static const uint8_t LED_RED_TOP = PIN_LEDRT ;
49
+static const uint8_t LED_RED = PIN_LEDR ;
50
static const uint8_t LED_RED_BOT = PIN_LEDRB ;
51
static const uint8_t LED_GREEN = PIN_LEDG ;
52
static const uint8_t LED_BLUE = PIN_LEDB ;
0 commit comments