Skip to content

Commit bcec1e4

Browse files
committed
add status LED to nrf pca10059 dongdle
1 parent 8ebab76 commit bcec1e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ports/nrf/boards/pca10059/mpconfigboard.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@
2828
#define MICROPY_HW_MCU_NAME "nRF52840"
2929

3030
#define MICROPY_HW_LED_STATUS (&pin_P0_06)
31+
#define CIRCUITPY_RGB_STATUS_INVERTED_PWM
32+
#define CIRCUITPY_RGB_STATUS_R (&pin_P0_08)
33+
#define CIRCUITPY_RGB_STATUS_G (&pin_P1_09)
34+
#define CIRCUITPY_RGB_STATUS_B (&pin_P0_12)

0 commit comments

Comments
 (0)