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

Method setClearCode

libraries/AD56X8/AD56X8.cpp:200–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198
199
200bool AD56X8::setClearCode(uint8_t CCmode)
201{
202 if (CCmode > 3) return false;
203 updateDevice(AD56X8_REG_LOAD_CLR, 0, 0, CCmode);
204 return true;
205}
206
207
208//

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64