Skip to content

Commit e14663c

Browse files
authored
Merge pull request #6198 from jerryneedell/jerryn_pca10059_led
add status LED to nrf pca10059 dongle
2 parents 8ebab76 + bcec1e4 commit e14663c

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)