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 95cd483 commit 6928d6cCopy full SHA for 6928d6c
variants/b_u585i_iot02a_stm32u585xx/variant.h
@@ -19,3 +19,12 @@
19
#define AR_INTERNAL1V8 4
20
#define AR_EXTERNAL 5
21
#define AR_INTERNAL AR_INTERNAL2V5
22
+
23
+// RGB LEDs Pin Map
24
+#define LED3_R DIGITAL_PIN_GPIOS_FIND_NODE(DT_NODELABEL(led3_red))
25
+#define LED3_G DIGITAL_PIN_GPIOS_FIND_NODE(DT_NODELABEL(led3_green))
26
+#define LED3_B DIGITAL_PIN_GPIOS_FIND_NODE(DT_NODELABEL(led3_blue))
27
28
+#define LED4_R DIGITAL_PIN_GPIOS_FIND_NODE(DT_NODELABEL(led4_red))
29
+#define LED4_G DIGITAL_PIN_GPIOS_FIND_NODE(DT_NODELABEL(led4_green))
30
+#define LED4_B DIGITAL_PIN_GPIOS_FIND_NODE(DT_NODELABEL(led4_blue))
0 commit comments