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

Method getValue

libraries/DAC8551/DAC8551.cpp:99–102  ·  view source on GitHub ↗

returns 0..65535

Source from the content-addressed store, hash-verified

97
98// returns 0..65535
99uint16_t DAC8551::getValue()
100{
101 return _value;
102}
103
104
105void DAC8551::setPowerDown(uint8_t powerDownMode)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36