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

Method getValue

libraries/DAC8554/DAC8554.cpp:128–131  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

126// channel = 0, 1, 2, 3 depending on type
127// returns 0..65535
128uint16_t DAC8554::getValue(uint8_t channel)
129{
130 return _value[channel];
131}
132
133
134void DAC8554::setSingleValue(uint8_t channel, uint16_t value)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36