David A. Mellis
|
8dca3d5ad3
|
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
|
2b1c9aea35
|
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
|
d3cb43c1c9
|
Adding a peek() function to Stream and HardwareSerial (Serial).
|
2010-07-04 23:31:55 +00:00 |
David A. Mellis
|
90eb0aecd8
|
Adding a basic Stream interface and modifying HardwareSerial to inherit from it.
|
2010-05-28 22:41:03 +00:00 |