David A. Mellis
|
9e183cb0b4
|
SD File object implements Stream.
Added peak() and available() using a single byte buffer.
Added flush().
|
2010-11-20 11:45:05 -05:00 |
David A. Mellis
|
b08c271c89
|
Making Client inherit from Stream, which unforunately means taking peek() out of Stream for now, since there's no immediate implementation for Client.
|
2010-08-11 18:19:01 +00:00 |
David A. Mellis
|
c7eedf5fa5
|
changing available() to return an int (because the Ethernet Client class or another stream might need more than 255 bytes).
|
2010-08-02 22:23:48 +00:00 |
David A. Mellis
|
d7c2a6f0f9
|
Adding a peek() function to Stream and HardwareSerial (Serial).
|
2010-07-04 23:31:55 +00:00 |
David A. Mellis
|
35f3178dfa
|
Adding a basic Stream interface and modifying HardwareSerial to inherit from it.
|
2010-05-28 22:41:03 +00:00 |