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