tiny-i2c icon indicating copy to clipboard operation
tiny-i2c copied to clipboard

Minimal I2C master routines for all AVR microcontrollers.

Results 3 tiny-i2c issues
Sort by recently updated
recently updated
newest added

Hi, Line 95 is supposed to "release" SCL (that is, make it an input pin, and validate that no other device pulls it down). However, the code keeps this as...

I have 2 Attinys85 takling, the master with your lib and the slave with TinyWire. Writing to slave goes very well, but when I request data I get a NACK...

I've been having some issues with this library when using it with an SSD1306 OLED screen where the communication would completely break, usually only in the first second or two...