adafruit_feather_rp2040: Fix default I2C instance (#526)
Use i2c1 as default, because the default pins can't be muxed to i2c0.
This commit is contained in:
parent
a119b5bd9f
commit
ce0db40223
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
//------------- I2C -------------//
|
//------------- I2C -------------//
|
||||||
#ifndef PICO_DEFAULT_I2C
|
#ifndef PICO_DEFAULT_I2C
|
||||||
#define PICO_DEFAULT_I2C 0
|
#define PICO_DEFAULT_I2C 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef PICO_DEFAULT_I2C_SDA_PIN
|
#ifndef PICO_DEFAULT_I2C_SDA_PIN
|
||||||
|
Loading…
Reference in New Issue
Block a user