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 60ce38e commit 6fd700eCopy full SHA for 6fd700e
ports/nrf/boards/pca10100/mpconfigboard.h
@@ -30,6 +30,8 @@
30
#define MICROPY_HW_BOARD_NAME "PCA10100 nRF52833 DK"
31
#define MICROPY_HW_MCU_NAME "nRF52833"
32
33
+#define MICROPY_HW_LED_STATUS (&pin_P0_13)
34
+
35
#define CIRCUITPY_INTERNAL_NVM_SIZE 0
36
#define CIRCUITPY_INTERNAL_FLASH_FILESYSTEM_SIZE (60 * 1024)
37
0 commit comments