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

Method write

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

Source from the content-addressed store, hash-verified

40 void flush() { return; }; // placeholder to keep build CI happy
41
42 size_t write(const uint8_t data)
43 {
44 dummy = data; // keep compiler happy
45 return -28;
46 };
47
48 size_t write( const uint8_t *buffer, size_t size)
49 {

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36