Skip to content

Commit 9089401

Browse files
committed
Use the HW LED as status indicator
For me this made a rare startup failure stop, which is nonsense.
1 parent 808161e commit 9089401

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/raspberrypi/boards/raspberry_pi_pico_w/mpconfigboard.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
#define CIRCUITPY_DIGITALIO_HAVE_INVALID_PULL (1)
55
#define CIRCUITPY_DIGITALIO_HAVE_INVALID_DRIVE_MODE (1)
66

7+
#define MICROPY_HW_LED_STATUS (&pin_CYW0)
8+
79
#define CIRCUITPY_BOARD_I2C (1)
810
#define CIRCUITPY_BOARD_I2C_PIN {{.scl = &pin_GPIO5, .sda = &pin_GPIO4}}

0 commit comments

Comments
 (0)