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

Method clear

libraries/PrintString/PrintString.h:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43
44 void clear()
45 {
46 buffer = "";
47 }
48
49
50 String getString() { return buffer; }

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36