Skip to content

Commit b36d603

Browse files
committed
add GP25 as status LED on the Raspberry Pi Pico
1 parent 9629a0c commit b36d603

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#define MICROPY_HW_BOARD_NAME "Raspberry Pi Pico"
22
#define MICROPY_HW_MCU_NAME "rp2040"
33

4+
#define MICROPY_HW_LED_STATUS (&pin_GPIO25)
5+
46
#define CIRCUITPY_BOARD_I2C (1)
57
#define CIRCUITPY_BOARD_I2C_PIN {{.scl = &pin_GPIO5, .sda = &pin_GPIO4}}

0 commit comments

Comments
 (0)