Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ write
Method
write
libraries/PrintSize/PrintSize.h:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
25
26
size_t write(uint8_t c) // note: warning unused parameter
27
{
28
_total++;
29
return 1;
30
}
31
32
33
size_t write(uint8_t * str, uint8_t length) // note: warning unused parameter
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36