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

Method reset

libraries/AD5245/AD5245.cpp:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58
59uint8_t AD5245::reset()
60{
61 uint8_t cmd = AD5245_RESET;
62 _lastValue = AD5245_MIDPOINT;
63 return send(cmd, _lastValue);
64}
65
66
67uint8_t AD5245::write(const uint8_t value)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36