Arduino_I2C_Scanner
Arduino_I2C_Scanner copied to clipboard
An updated i2cscanner for Arduino
Results
1
Arduino_I2C_Scanner issues
Sort by
recently updated
recently updated
newest added
In the file "Arduino_I2C_Scanner/I2C_Scanner/I2C_Scanner.ino" the Wire.requestFrom() is in between the Wire.beginTransmission() and Wire.endTransmission(). Those can not be mixed like that. Writing a byte is like this: `Wire.beginTransmission` - `Wire.write` -...