Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
uint8_t AD524X::reset()
66
{
67
write(0, AD524X_MIDPOINT, LOW, LOW);
68
return write(1, AD524X_MIDPOINT);
69
}
70
71
72
uint8_t AD524X::zeroAll()
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36