aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/Stream.h
AgeCommit message (Expand)Author
2022-03-07rename arduino core dir to xinputHEADmasterHampusM
2021-05-26Correct typos in comments and documentationper1234
2017-07-07Update comments to reflect Stream functions changed from private to protectedper1234
2017-05-23Move the flush method from Stream to PrintMatthijs Kooijman
2016-03-18Add getTimeout accessor method.mattb5906
2015-11-23Make protected Stream::parseInt/Float overloads public.Chris--A
2015-11-23This adds control of Stream::parseInt/float lookahead.Chris--A
2015-11-23This commit improves the parsing capability by allowing decimals onlyChris--A
2015-06-01Add a Stream::find(char) methodMartino Facchin
2015-03-24Stream: set findMulti function as protectedMartino Facchin
2015-03-24Fix findUntil in Stream libraryJim Leonard (Xuth)
2013-12-24Add uint8_t* versions of methods in StreamMatthijs Kooijman
2013-05-06Stream "_timeout" field and related methods are now protected instead of priv...Cristian Maglie
2012-05-16Adding readString() and readStringUntil() to Stream (Adrian McEwen).David A. Mellis
2011-11-19readBytes() and readBytesUntil() handle zero bytes and return # of bytes read.David A. Mellis
2011-10-29Protecting the version of parseInt() and parseFloat(). (Paul Stoffregen)David A. Mellis
2011-10-02Fixing warnings in Stream (Paul Stoffregen)David A. Mellis
2011-09-09Don't consume trailing char in parseInt() and parseFloat (Paul Stoffregen).David A. Mellis
2011-08-17A few API changes to new Stream parsing functions.David A. Mellis
2011-08-17Integrating Stream searching & parsing (Michael Margolis)David A. Mellis
2010-11-20SD File object implements Stream.David A. Mellis
2010-08-11Making Client inherit from Stream, which unforunately means taking peek() out...David A. Mellis
2010-08-02changing available() to return an int (because the Ethernet Client class or a...David A. Mellis
2010-07-04Adding a peek() function to Stream and HardwareSerial (Serial).David A. Mellis
2010-05-28Adding a basic Stream interface and modifying HardwareSerial to inherit from it.David A. Mellis