Arduino-EasyTransfer icon indicating copy to clipboard operation
Arduino-EasyTransfer copied to clipboard

Merged with madsci1016 using Streams

Open mpflaga opened this issue 11 years ago • 0 comments

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.

mpflaga avatar May 10 '14 02:05 mpflaga