Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
void XMLWriter::header()
45
{
46
print(F(
"<?xml version=\"
1.0\
" encoding=\"
UTF-8\
"?>\n"
));
47
}
48
49
50
void XMLWriter::version()
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64