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 186caf9 commit 6e356fbCopy full SHA for 6e356fb
ports/rp2/boards/SPARKFUN_XRP_CONTROLLER_BETA/mpconfigboard.h
@@ -24,5 +24,9 @@
24
int mp_hal_is_pin_reserved(int n);
25
#define MICROPY_HW_PIN_RESERVED(i) mp_hal_is_pin_reserved(i)
26
27
+// Set the default I2C to I2C1 on pins 18 and 19 which route to the qwiic connector
28
+#undef PICO_DEFAULT_I2C
29
+#define PICO_DEFAULT_I2C (1)
30
+
31
#define MICROPY_HW_I2C1_SDA (18)
32
#define MICROPY_HW_I2C1_SCL (19)
0 commit comments