Library for controlling an MCP4725 "12-Bit Digital-to-Analog Converter with EEPROM Memory". There is an accompanying test suite program "MCP_4725_Library_Test" that can be used to test this library.

Dependents:   IGGE_Power MCP4725_Library_Test MCP4725 SinWave ... more

Revision:
1:e78abc423fb5
Parent:
0:3214e3bbf25c
Child:
2:2288d9dfab02
--- a/mcp4725.h	Sun Oct 27 13:49:35 2013 +0000
+++ b/mcp4725.h	Sun Oct 27 14:03:15 2013 +0000
@@ -33,7 +33,7 @@
         Standard100kHz,
         /** Fast 400kHz bus. */
         Fast400kHz,
-        /** High Speed 3.4Mhz bus. */
+        /** High Speed 3.4Mhz bus. WARNING: the test suite fails for the mbed LPC1768 when this frequency is selected - not tested on other platforms.*/
         HighSpeed3_4Mhz
     };