Skip to content

Commit 63d2902

Browse files
authored
Merge pull request #7908 from Neradoc/fix-scorpio-neopixel-pin
Fix Scorpio on-board neopixel pin
2 parents abb0d5e + 2bee492 commit 63d2902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/adafruit_feather_rp2040_scorpio/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#define MICROPY_HW_BOARD_NAME "Adafruit Feather RP2040 Scorpio"
22
#define MICROPY_HW_MCU_NAME "rp2040"
33

4-
#define MICROPY_HW_NEOPIXEL (&pin_GPIO16)
4+
#define MICROPY_HW_NEOPIXEL (&pin_GPIO4)
55

66
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO3)
77
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO2)

0 commit comments

Comments
 (0)