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