Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MCP4725 by
Revision 4:e0d667c9b23b, committed 2013-11-03
- Comitter:
- donalm
- Date:
- Sun Nov 03 11:37:55 2013 +0000
- Parent:
- 3:4488787a216b
- Child:
- 5:3e6ffce1eea2
- Commit message:
- Updated description.
Changed in this revision
| mcp4725.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/mcp4725.h Sun Oct 27 14:22:52 2013 +0000 +++ b/mcp4725.h Sun Nov 03 11:37:55 2013 +0000 @@ -8,8 +8,8 @@ /** MCP4725 class. * Used for interfacing with a mcp4725 12-Bit Digital-to-Analog Converter. - * To convert between the 12bit dac_value and Vout, use the following formula: dac_value = (Vout*4096/Vref), where Vref is the voltage - * connected to the Vdd pin of the device. Typically Vdd will be 3.3volts. + * To convert between the 12bit dac_value and Vout, use the following formula: dac_value = (Vout*4096/Vref), where Vout is + * the desired output analog voltage, Vref is the voltage connected to the Vdd pin of the device. Typically Vdd will be 3.3volts. * * Note: There is an accompanying test suite program "MCP_4725_Library_Test" that can be used to test this library. *
