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
KonstantinMiller
15 years ago
You know so many interesting infomation. You might be very wise. I like such people. Don’t top writing.
bill rowe
14 years ago
haven’t tried it out but it seems extremely clever
Mikal
14 years ago
Thanks, Bill!
Mikal