madsci1016 / Arduino-EasyTransfer

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

Merged with madsci1016 using Streams #5

Open mpflaga opened 10 years ago

mpflaga commented 10 years ago

Resolved merged conflicts simply by replacing "theSerial" with "theStream" and "_serial" with "_stream" It successfully compiles on UNO, Mega2560, Teensy 1,2,3, Teensy++ 2 and 3.

There are no functional changes in the code behavior, only what class objects are assigned to the *theStream, based on Platform or Processor type.