index
:
arduino-avr-xinput
master
A fork of Dmadison's Xinput Arduino avr core with a package.json
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cores
/
arduino
/
Stream.h
Age
Commit message (
Expand
)
Author
2017-07-07
Update comments to reflect Stream functions changed from private to protected
per1234
2017-05-23
Move the flush method from Stream to Print
Matthijs Kooijman
2016-03-18
Add getTimeout accessor method.
mattb5906
2015-11-23
Make protected Stream::parseInt/Float overloads public.
Chris--A
2015-11-23
This adds control of Stream::parseInt/float lookahead.
Chris--A
2015-11-23
This commit improves the parsing capability by allowing decimals only
Chris--A
2015-06-01
Add a Stream::find(char) method
Martino Facchin
2015-03-24
Stream: set findMulti function as protected
Martino Facchin
2015-03-24
Fix findUntil in Stream library
Jim Leonard (Xuth)
2013-12-24
Add uint8_t* versions of methods in Stream
Matthijs Kooijman
2013-05-06
Stream "_timeout" field and related methods are now protected instead of priv...
Cristian Maglie
2012-05-16
Adding readString() and readStringUntil() to Stream (Adrian McEwen).
David A. Mellis
2011-11-19
readBytes() and readBytesUntil() handle zero bytes and return # of bytes read.
David A. Mellis
2011-10-29
Protecting the version of parseInt() and parseFloat(). (Paul Stoffregen)
David A. Mellis
2011-10-02
Fixing warnings in Stream (Paul Stoffregen)
David A. Mellis
2011-09-09
Don't consume trailing char in parseInt() and parseFloat (Paul Stoffregen).
David A. Mellis
2011-08-17
A few API changes to new Stream parsing functions.
David A. Mellis
2011-08-17
Integrating Stream searching & parsing (Michael Margolis)
David A. Mellis
2010-11-20
SD File object implements Stream.
David A. Mellis
2010-08-11
Making Client inherit from Stream, which unforunately means taking peek() out...
David A. Mellis
2010-08-02
changing available() to return an int (because the Ethernet Client class or a...
David A. Mellis
2010-07-04
Adding a peek() function to Stream and HardwareSerial (Serial).
David A. Mellis
2010-05-28
Adding a basic Stream interface and modifying HardwareSerial to inherit from it.
David A. Mellis