Who's using Pin 0? The definition given:Why use PIN 0? PIN 0; there are usually didicated for UART0: debugging and Serial Console. Try another Pin?
is using i2c channel 0 on pins 4 and 5.I've tried to scan I2C bus:Code:
#define PICO_DEFAULT_I2C 0#define PICO_DEFAULT_I2C_SDA_PIN 4#define PICO_DEFAULT_I2C_SCL_PIN 5
Statistics: Posted by rpdom — Tue Mar 25, 2025 9:50 am