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 35b188d commit 367e0eaCopy full SHA for 367e0ea
ports/nrf/boards/makerdiary_nrf52840_mdk_usb_dongle/mpconfigboard.h
@@ -33,3 +33,8 @@
33
#define MICROPY_HW_MCU_NAME "nRF52840"
34
35
#define BOARD_HAS_CRYSTAL 1 // according to the schematic we do
36
+
37
+#define CIRCUITPY_RGB_STATUS_INVERTED_PWM
38
+#define CIRCUITPY_RGB_STATUS_R (&pin_P0_23)
39
+#define CIRCUITPY_RGB_STATUS_G (&pin_P0_22)
40
+#define CIRCUITPY_RGB_STATUS_B (&pin_P0_24)
0 commit comments