Skip to content

Commit 6fd700e

Browse files
added HW_LED_STATUS as requested
1 parent 60ce38e commit 6fd700e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/nrf/boards/pca10100/mpconfigboard.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
#define MICROPY_HW_BOARD_NAME "PCA10100 nRF52833 DK"
3131
#define MICROPY_HW_MCU_NAME "nRF52833"
3232

33+
#define MICROPY_HW_LED_STATUS (&pin_P0_13)
34+
3335
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
3436
#define CIRCUITPY_INTERNAL_FLASH_FILESYSTEM_SIZE (60 * 1024)
3537

0 commit comments

Comments
 (0)