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:
5:3e6ffce1eea2
Parent:
4:e0d667c9b23b
diff -r e0d667c9b23b -r 3e6ffce1eea2 mcp4725.h
--- a/mcp4725.h	Sun Nov 03 11:37:55 2013 +0000
+++ b/mcp4725.h	Thu Nov 07 19:05:29 2013 +0000
@@ -82,7 +82,7 @@
     
     protected:
     /** mbed I2C interface driver. */
-    I2C * _i2c_interface;
+    I2C _i2c_interface;
     /** The full i2c device address. */
     int _device_address;