aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/Stream.cpp
AgeCommit message (Collapse)Author
2011-08-17Integrating Stream searching & parsing (Michael Margolis)David A. Mellis
This from Michael's TextFinder library, incorporated into the Stream class: find(), findUntil(), parseInt(), parseFloat(), readChars(), readCharsUntil(), readCharsBetween(), setTimeout().