Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ write
Method
write
libraries/DEVNULL/DEVNULL.cpp:41–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
};
40
41
size_t DEVNULL::write(const uint8_t data)
42
{
43
_bottomLessPit = data;
44
return 1;
45
}
46
47
size_t DEVNULL::write( const uint8_t *buffer, size_t size)
48
{
Callers
14
unittest
Function · 0.45
begin
Method · 0.45
requestTemperatures
Method · 0.45
_readRaw
Method · 0.45
readScratchPad
Method · 0.45
requestTemperatures
Method · 0.45
setResolution
Method · 0.45
_readSensor
Method · 0.45
setMode
Method · 0.45
getMode
Method · 0.45
getUID
Method · 0.45
requestData
Method · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36