Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ write
Method
write
libraries/AD5245/AD5245.cpp:67–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
66
67
uint8_t AD5245::write(const uint8_t value)
68
{
69
uint8_t cmd = AD5245_WRITE;
70
_lastValue = value;
71
return send(cmd, value);
72
}
73
74
75
uint8_t AD5245::read()
Callers
6
send
Method · 0.45
unittest
Function · 0.45
_write
Method · 0.45
_read
Method · 0.45
_writeRegister
Method · 0.45
_readRegister
Method · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36