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

Method header

libraries/XMLWriter/XMLWriter.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43
44void XMLWriter::header()
45{
46 print(F("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"));
47}
48
49
50void XMLWriter::version()

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64