Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-02 | Fixing warnings in Stream (Paul Stoffregen) | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=208 | |||
2011-09-09 | Don't consume trailing char in parseInt() and parseFloat (Paul Stoffregen). | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=624 | |||
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(). |