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

Method read

libraries/DEVNULL/DEVNULL.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28};
29
30int DEVNULL::read()
31{
32 return EOF;
33};
34
35// placeholder to keep CI happy
36void DEVNULL::flush()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36