MCP4725 12-Bit Digital to Analog converter
The MCP4725 is a 12-Bit Digital-to-Analog Converter with EEPROM Memory, commonly available in breakout board form.
Hello World
Import programMCP4725_Library_Test
A program for testing the MCP4725 library. This Test Application requires the following: * An MCP4725 connected to the IC2 bus of the mbed LPC1768. * The analog out of the MCP1768 connected to Pin15 (analog in) of the mbed LPC1768. * An optional LED & resistor connected to analog output for visual feedback of the running tests. This application tests the MCP4725 library's setting of the MCP4725's internal registers (including eeprom storage), it's analog output and power modes.
Library
Import libraryMCP4725
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.