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

Method available

libraries/DEVFULL/DEVFULL.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 };
36
37 int available() { return INT_MAX; };
38 int peek() { return 0; };
39 int read() { return 0; };
40 void flush() { return; }; // placeholder to keep build CI happy

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36