Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
uint8_t AD5245::reset()
60
{
61
uint8_t cmd = AD5245_RESET;
62
_lastValue = AD5245_MIDPOINT;
63
return send(cmd, _lastValue);
64
}
65
66
67
uint8_t AD5245::write(const uint8_t value)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36