madsci1016 / Arduino-EasyTransfer

An Easy way to Transfer data between Arduinos
http://www.billporter.info/easytransfer-arduino-library/
318 stars 113 forks source link

communication via I2C #1

Closed kumy closed 12 years ago

kumy commented 12 years ago

This library use exactly the same protocol as EasyTransfer, but communicate via I2C instead of Uarts.

I've wrote the examples, they compile fine, but not tested.

However, this forked library is fully functional in my personal project :)

madsci1016 commented 12 years ago

Thanks!