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

Method getHEX

libraries/SHEX/SHEX.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33 void setHEX(bool hexOutput = true);
34 bool getHEX() { return _hexOutput; };
35
36 void setBytesPerLine(const uint8_t length = SHEX_DEFAULT_LENGTH);
37 uint8_t getBytesPerLine() { return _length; };

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64