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

Method setValue

libraries/DAC8551/DAC8551.cpp:91–95  ·  view source on GitHub ↗

value = 0..65535

Source from the content-addressed store, hash-verified

89
90// value = 0..65535
91void DAC8551::setValue(uint16_t value)
92{
93 _value = value;
94 updateDevice();
95}
96
97
98// returns 0..65535

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36