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.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
2:d101ca4ae85e | 2012-09-14 | rkimble | Improved numeric type usage/refined code. |
1:5924632f3344 | 2012-09-13 | rkimble | Initial Release |
0:896aaf4b80d0 | 2012-09-13 | rkimble | Initial Release |