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.
2 parents abb0d5e + 2bee492 commit 63d2902Copy full SHA for 63d2902
ports/raspberrypi/boards/adafruit_feather_rp2040_scorpio/mpconfigboard.h
@@ -1,7 +1,7 @@
1
#define MICROPY_HW_BOARD_NAME "Adafruit Feather RP2040 Scorpio"
2
#define MICROPY_HW_MCU_NAME "rp2040"
3
4
-#define MICROPY_HW_NEOPIXEL (&pin_GPIO16)
+#define MICROPY_HW_NEOPIXEL (&pin_GPIO4)
5
6
#define DEFAULT_I2C_BUS_SCL (&pin_GPIO3)
7
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO2)
0 commit comments