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 5d17d64 + 960888a commit 42df254Copy full SHA for 42df254
ports/atmel-samd/boards/trellis_m4_express/mpconfigboard.h
@@ -16,8 +16,8 @@
16
#define MICROPY_PORT_C (0)
17
#define MICROPY_PORT_D (0)
18
19
-#define DEFAULT_I2C_BUS_SCL (&pin_PB08)
20
-#define DEFAULT_I2C_BUS_SDA (&pin_PB09)
+#define DEFAULT_I2C_BUS_SCL (&pin_PB09)
+#define DEFAULT_I2C_BUS_SDA (&pin_PB08)
21
22
// USB is always used internally so skip the pin objects for it.
23
#define IGNORE_PIN_PA24 1
0 commit comments