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:
Manuel Wick 2021-10-04 20:28:21 +02:00 committed by GitHub
parent a119b5bd9f
commit ce0db40223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@
//------------- I2C -------------//
#ifndef PICO_DEFAULT_I2C
#define PICO_DEFAULT_I2C 0
#define PICO_DEFAULT_I2C 1
#endif
#ifndef PICO_DEFAULT_I2C_SDA_PIN