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 be39bb6 commit 197c7d1Copy full SHA for 197c7d1
variants/particle_xenon/variant.cpp
@@ -53,7 +53,6 @@ const uint32_t g_ADigitalPinMap[] =
53
_PINNUM(0, 18), // P0.18 (RESET)
54
55
// LEDS
56
- _PINNUM(1, 12), // P1.12 (PRIMARY_LED)
57
_PINNUM(0, 13), // P0.13 (RGB_RED)
58
_PINNUM(0, 14), // P0.14 (RGB_GREEN)
59
_PINNUM(0, 15), // P0.15 (RGB_BLUE)
variants/particle_xenon/variant.h
@@ -97,7 +97,7 @@ static const uint8_t D20 = PIN_D20;
97
98
#define BOARD_RGB_BRIGHTNESS 0x202020
99
100
-#define PIN_LED1 (22)
+#define PIN_LED1 (7)
101
#define LED_BUILTIN PIN_LED1
102
#define LED_CONN PIN_LED1
103
0 commit comments