mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Adding a peek() function to Stream and HardwareSerial (Serial).
This commit is contained in:
@ -163,6 +163,7 @@ Serial2 KEYWORD3 Serial
|
||||
Serial3 KEYWORD3 Serial
|
||||
begin KEYWORD2 Serial_Begin
|
||||
end KEYWORD2 Serial_End
|
||||
peek KEYWORD2 Serial_Peek
|
||||
read KEYWORD2 Serial_Read
|
||||
print KEYWORD2 Serial_Print
|
||||
println KEYWORD2 Serial_Println
|
||||
|
Reference in New Issue
Block a user