MCPcopy 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
41size_t DEVNULL::write(const uint8_t data)
42{
43 _bottomLessPit = data;
44 return 1;
45}
46
47size_t DEVNULL::write( const uint8_t *buffer, size_t size)
48{

Callers 14

unittestFunction · 0.45
beginMethod · 0.45
requestTemperaturesMethod · 0.45
_readRawMethod · 0.45
readScratchPadMethod · 0.45
requestTemperaturesMethod · 0.45
setResolutionMethod · 0.45
_readSensorMethod · 0.45
setModeMethod · 0.45
getModeMethod · 0.45
getUIDMethod · 0.45
requestDataMethod · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36