madsci1016 / Arduino-EasyTransfer

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

Use Stream instead of *Serial/TwoWire #4

Closed Palatis closed 10 years ago

Palatis commented 10 years ago

for newer arduinos,

are all subclass of the Stream abstract class.

and this way we automagically supports all transfer method which is derived from Stream.

madsci1016 commented 10 years ago

O thank you! This has been on my todo list for over a year. Getting married and work seemed to have been getting in the way.