Dear forum.
According to different posts it might be possible changing SDA/SCL pins for I2C bus on Arduino uno R4 wifi ? At first trials I2C slave works perfect via standard D18/D19 pins. For different reasons a need for moving to other pins appeared and unsuccessful trials began readressing SDA/SCL pins.
I have seen forum posts instructing commands as wire.begin(D11, D12); and TwoWire::begin(D11, D12); but no success. It seems to be somewhat board dependent and I will be thankful for tips and ideas. Only above mentioned single i2c slave has been used for these tests, slave is not responding and not visible via i2c address scanner when trying readdressing i2c pins. The commands wire.begin and TwoWire::begin gives a lot of error messsages with uno R4 wifi which does not seem to appear with other boards.
Wire.h library is used.