Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-18 | Stream.readBytesUntil() now writes null terminator within length. | David A. Mellis | |
2011-08-17 | A few API changes to new Stream parsing functions. | David A. Mellis | |
Renamed readChars() -> readBytes(), readCharsUntil() -> readBytesUntil(). Changed timeouts to milliseconds from seconds; default from 5 to 1 seconds. Removed readCharsBetween(). | |||
2011-08-17 | Integrating 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(). |