I2C icon indicating copy to clipboard operation
I2C copied to clipboard

Arduino I2C Master library (originally by Wayne Truchsess)

Results 2 I2C issues
Sort by recently updated
recently updated
newest added

I've found that I2c._sendAddress(address) is actually sending the address shifted right one bit. For example, if address is 0x30 then I2c._sendAddress(address) actually sends 0x18. As a workaround I have to...

Hello. I spend a lot of time now finding why I don't get any data from my sensor (BMP180) and then I found that I forgot to call init function...