Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ read
Method
read
libraries/DEVFULL/DEVFULL.h:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
41
42
size_t write(const uint8_t data)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36