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

Method getValue

libraries/DAC8552/DAC8552.cpp:115–118  ·  view source on GitHub ↗

channel = 0, 1, 2, 3 depending on type returns 0..65535

Source from the content-addressed store, hash-verified

113// channel = 0, 1, 2, 3 depending on type
114// returns 0..65535
115uint16_t DAC8552::getValue(uint8_t channel)
116{
117 return _value[channel];
118}
119
120
121void DAC8552::bufferPowerDown(uint8_t channel, uint8_t powerDownMode)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36