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

Method getValue

libraries/DAC8550/DAC8550.cpp:98–101  ·  view source on GitHub ↗

returns 0..65535

Source from the content-addressed store, hash-verified

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

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36