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 a7b36f7 commit d43449aCopy full SHA for d43449a
ports/atmel-samd/boards/sparkfun_samd51_thing_plus/mpconfigboard.h
@@ -18,8 +18,8 @@
18
19
#define BOARD_HAS_CRYSTAL 1
20
21
-#define DEFAULT_I2C_BUS_SCL (&pin_PA22)
22
-#define DEFAULT_I2C_BUS_SDA (&pin_PA23)
+#define DEFAULT_I2C_BUS_SCL (&pin_PA23)
+#define DEFAULT_I2C_BUS_SDA (&pin_PA22)
23
24
#define DEFAULT_SPI_BUS_SCK (&pin_PB13)
25
#define DEFAULT_SPI_BUS_MOSI (&pin_PB12)
0 commit comments