Hi guys,
I wish to replicate this system here. It's a great product and should check it out.
I understand the ATtiny44 is used as a slave and communicates via i2c protocol. The files in there are I believe written in C language?. Now in terms of reprogramming my own ATtiny44, how would I go about this with an arduino IDE?
Do I go ahead copy and paste the main.c and usiTwiSlave.c into a arduino sketch, place the usiTwiSlave.h in the arduino library then execute the code using my arduino Uno as the programmer?
If someone can lead me in the right direction regarding the steps to work with my arduino uno and the arduino IDE?
Thanks in advance.