mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Making Client inherit from Stream, which unforunately means taking peek() out of Stream for now, since there's no immediate implementation for Client.
This commit is contained in:
@ -23,8 +23,8 @@ ARDUINO 0019
|
||||
* Added Serial.peek() method.
|
||||
http://code.google.com/p/arduino/issues/detail?id=270
|
||||
|
||||
* Added Stream base class to Serial object (w/ available(), peek(), read()
|
||||
and the write(), print(), and println() functions from the Print class).
|
||||
* Added Stream base class to Serial object (w/ available(), read() and
|
||||
the write(), print(), and println() functions from the Print class).
|
||||
http://code.google.com/p/arduino/issues/detail?id=60
|
||||
|
||||
* Disabling interrupts while digitalWrite() and pinMode() write to pins.
|
||||
|
Reference in New Issue
Block a user