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

Method setHEX

libraries/SHEX/SHEX.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89
90void SHEX::setHEX(bool hexOutput)
91{
92 _hexOutput = hexOutput;
93 restartOutput();
94};
95
96
97void SHEX::setBytesPerLine(const uint8_t length)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64