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 090f5b7 + 2198b1a commit be21589Copy full SHA for be21589
ports/atmel-samd/boards/feather_m0_adalogger/mpconfigboard.h
@@ -8,8 +8,8 @@
8
#define MICROPY_PORT_B (0)
9
#define MICROPY_PORT_C (0)
10
11
-#define DEFAULT_I2C_BUS_SCL (&pin_PA22)
12
-#define DEFAULT_I2C_BUS_SDA (&pin_PA23)
+#define DEFAULT_I2C_BUS_SDA (&pin_PA22)
+#define DEFAULT_I2C_BUS_SCL (&pin_PA23)
13
14
#define DEFAULT_SPI_BUS_SCK (&pin_PB11)
15
#define DEFAULT_SPI_BUS_MOSI (&pin_PB10)
0 commit comments