We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7d87ce + 70a94c8 commit 40a3d11Copy full SHA for 40a3d11
1 file changed
ports/atmel-samd/boards/matrixportal_m4/mpconfigboard.h
@@ -15,8 +15,8 @@
15
#define MICROPY_PORT_C (0)
16
#define MICROPY_PORT_D (0)
17
18
-#define DEFAULT_I2C_BUS_SCL (&pin_PB03)
19
-#define DEFAULT_I2C_BUS_SDA (&pin_PB02)
+#define DEFAULT_I2C_BUS_SCL (&pin_PB30)
+#define DEFAULT_I2C_BUS_SDA (&pin_PB31)
20
21
#define DEFAULT_SPI_BUS_SCK (&pin_PA16)
22
#define DEFAULT_SPI_BUS_MOSI (&pin_PA19)
0 commit comments