MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / read

Method read

libraries/RS485/RS485.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32
33int RS485::read()
34{
35 return _stream->read();
36}
37
38
39int RS485::peek()

Callers 1

receiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected