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

Method read

libraries/ANSI/ansi.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25int ANSI::read()
26{
27 return _stream->read();
28}
29
30int ANSI::peek()
31{

Callers 3

_readRegisterMethod · 0.45
readRegMethod · 0.45
readReg2Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected