You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can someone, please, update the front-page readme info to reflect the real i2c communication start?
First of all, Wire.begin(0,2) as described in the example will not compile.
There is other function, called Wire.pins, that should be used for setting the SDA SCL pins.
And one needs to issue also Wire.speed command, otherwise my i2c devices did not work.