RobTillaart / MCP4725

Arduino library for 12 bit I2C DAC - MCP4725
MIT License
24 stars 7 forks source link

Additional setters - setScale - setVoltage #1

Closed RobTillaart closed 4 years ago

RobTillaart commented 4 years ago

some ideas

After diving into the datasheet it was clear that the output voltage depends on the Vdd (2.7 - 5.5V) . This means a setVoltage() would only work if one measures the voltage or set a maxvalue. This makes the library 'too complex' with non-core functionality so ==> will not implement.