bitbank2 / BitBang_I2C

A software I2C implementation to run on any GPIO pins on any system
GNU General Public License v3.0
235 stars 31 forks source link

mcp4725 support #33

Closed cartaio closed 1 year ago

cartaio commented 1 year ago

does this library support mcp4725? or did someone managed to make it work? is possible to use it? Thanks in advance.

bitbank2 commented 1 year ago

I'm afraid you've opened this issue against the wrong library. This code is an I2C API for reading and writing to I2C devices. It does not contain any device-specific code such as what you're looking for.