Simple wrapper object for LTC2606 1CH 16Bit DAC. Instantiate DacLtc2606 object instance passing reference to mbed.I2C object instance. Call write() method on DacLtc2606 instance passing 16Bit integer (0 [Off] to 32767/-32768 [Half-On] to -1 [Full-On]) to set DAC output.

History

Improved numeric type usage/refined code. default tip

2012-09-14, by rkimble [Fri, 14 Sep 2012 17:23:05 +0000] rev 2

Improved numeric type usage/refined code.
; Added local storage and retrieval of DAC output value.


Initial Release

2012-09-13, by rkimble [Thu, 13 Sep 2012 23:10:35 +0000] rev 1

Initial Release


Initial Release

2012-09-13, by rkimble [Thu, 13 Sep 2012 23:07:18 +0000] rev 0

Initial Release