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

Method reset

libraries/AD524X/AD524X.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64
65uint8_t AD524X::reset()
66{
67 write(0, AD524X_MIDPOINT, LOW, LOW);
68 return write(1, AD524X_MIDPOINT);
69}
70
71
72uint8_t AD524X::zeroAll()

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36