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.
1 parent 5dc5129 commit e372de8Copy full SHA for e372de8
ports/raspberrypi/boards/sparkfun_pro_micro_rp2350/mpconfigboard.h
@@ -3,8 +3,8 @@
3
4
#define MICROPY_HW_NEOPIXEL (&pin_GPIO25)
5
6
-#define DEFAULT_I2C_BUS_SCL (&pin_GPIO16)
7
-#define DEFAULT_I2C_BUS_SDA (&pin_GPIO17)
+#define DEFAULT_I2C_BUS_SCL (&pin_GPIO17)
+#define DEFAULT_I2C_BUS_SDA (&pin_GPIO16)
8
9
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO22)
10
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO23)
0 commit comments