Just to resolve an ambiguity in the code samples for everyone looking at the code, what are the definitions for the pin constants:
Code:
sleep_ms(20); user_i2c_scan(i2c0, PIN_I2C0_SDA, PIN_I2C0_SCL, "I2C0"); sleep_ms(20); user_i2c_scan(i2c1, PIN_I2C1_SDA, PIN_I2C1_SCL, "I2C1");Statistics: Posted by katak255 — Mon Oct 27, 2025 12:58 am