Skip to content

Commit 2875693

Browse files
Add HW_LED_STATUS pin to Zero 2W board
1 parent 38a0ca3 commit 2875693

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/broadcom/boards/raspberrypi_zero2w/mpconfigboard.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO3)
44
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO2)
55

6+
#define MICROPY_HW_LED_STATUS (&pin_GPIO29)
7+
68
#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO14)
79
#define CIRCUITPY_CONSOLE_UART_RX (&pin_GPIO15)

0 commit comments

Comments
 (0)