Insertion-style streaming

Posted on February 11th, 2009 at 4:03 pm by

3


Lots of people find having to write repetitive blocks of Serial.print() statements tedious. I wrote a little article today on how to employ insertion-style streaming using << to accomplish this. The technique allows you to compress many lines of code into one or two. If you have a C++ background, or if you just think small code is better, you might want to check it out:

No-cost << Streaming