From 8ebb83ccaa00c2025412f233bb0317a7b792b48f Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Thu, 25 May 2023 13:20:32 -0700 Subject: [PATCH] resolves #1161 (#1322) This corrects the mismatched `PICO_DEFAULT_I2C` bus number (favors the breadboard pins not the stemma connector). --- src/boards/include/boards/adafruit_itsybitsy_rp2040.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boards/include/boards/adafruit_itsybitsy_rp2040.h b/src/boards/include/boards/adafruit_itsybitsy_rp2040.h index f9d27e91..c56f079d 100644 --- a/src/boards/include/boards/adafruit_itsybitsy_rp2040.h +++ b/src/boards/include/boards/adafruit_itsybitsy_rp2040.h @@ -48,7 +48,7 @@ //------------- I2C -------------// #ifndef PICO_DEFAULT_I2C -#define PICO_DEFAULT_I2C 0 +#define PICO_DEFAULT_I2C 1 #endif #ifndef PICO_DEFAULT_I2C_SDA_PIN