This corrects the mismatched `PICO_DEFAULT_I2C` bus number (favors the breadboard pins not the stemma connector).
This commit is contained in:
Brendan 2023-05-25 13:20:32 -07:00 committed by GitHub
parent ab4f23c7ee
commit 8ebb83ccaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,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