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:
2:2288d9dfab02
Parent:
1:e78abc423fb5
Child:
3:4488787a216b
--- a/mcp4725.h	Sun Oct 27 14:03:15 2013 +0000
+++ b/mcp4725.h	Sun Oct 27 14:06:11 2013 +0000
@@ -8,6 +8,8 @@
 
 /** MCP4725 class.
  *  Used for interfacing with a mcp4725 12-Bit Digital-to-Analog Converter.
+ *  There is an accompanying test suite program "MCP_4725_Library_Test" that can 
+ *  be used to test this library.
  */
 class MCP4725
 {