Go to file
andreika-git 325216c9f1 Fix I2C timings for fast MCUs 2025-04-03 22:01:41 +03:00
README.md Update README.md 2013-12-31 14:34:04 -05:00
SoftI2cMaster.cpp Fix I2C timings for fast MCUs 2025-04-03 22:01:41 +03:00
SoftI2cMaster.h Initial Commit 2013-12-31 14:08:37 -05:00
TwoWireBase.h Initial Commit 2013-12-31 14:08:37 -05:00

README.md

SoftI2cMaster

Arduino Library required to change I2C address of MCP4728 LDAC

The latch pin on the MCP4728 (12-Bit, Quad Digital-to-Analog Converter with EEPROM Memory) requires very specific timing to change the I2C address. That timing cannot be generated using the Arduino Wire library. This library implements that timing by bit-banging the Arduino I2C pins and does not use the Arduino I2C hardware.