In `void i2c_t3::resetBus_(struct i2cStruct* i2c, uint8_t bus)` I see this: digitalWrite(scl,HIGH); pinMode(scl,OUTPUT); Shouldn't these 2 lines be swapped?
In
void i2c_t3::resetBus_(struct i2cStruct* i2c, uint8_t bus)I see this:Shouldn't these 2 lines be swapped?