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

Method available

libraries/RS485/RS485.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27int RS485::available()
28{
29 return _stream->available();
30}
31
32
33int RS485::read()

Callers 1

receiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected