I would like to use I2C between an ATtiny85(slave) and UNO board(master).
Anybody know how to setup the ATtiny85 as slave for I2C or have a sample code for it?
Thanks
I would like to use I2C between an ATtiny85(slave) and UNO board(master).
Anybody know how to setup the ATtiny85 as slave for I2C or have a sample code for it?
Thanks
The TinyWire libraries are written for the Tiny85 (+ others). There are examples in the library to get you started.
groundFungus:
The TinyWire libraries are written for the Tiny85 (+ others). There are examples in the library to get you started.
Thanks for the link!