Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
void SHEX::setHEX(bool hexOutput)
91
{
92
_hexOutput = hexOutput;
93
restartOutput();
94
};
95
96
97
void SHEX::setBytesPerLine(const uint8_t length)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64