MCPcopy 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
67uint8_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
75uint8_t AD5245::read()

Callers 6

sendMethod · 0.45
unittestFunction · 0.45
_writeMethod · 0.45
_readMethod · 0.45
_writeRegisterMethod · 0.45
_readRegisterMethod · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36