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

Method available

libraries/DEVNULL/DEVNULL.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20int DEVNULL::available()
21{
22 return 0;
23};
24
25int DEVNULL::peek()
26{

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36