GP8403 - Is there a way to calibrate the output?
I am using 4 DFR1073 modules to get 0-10V using the Arduino. I am getting 10.54V on one DAC and 10.05V on other DAC.
dac1.setDACOutRange(dac.eOutputRange10V); & dac2.setDACOutRange(dac.eOutputRange10V);
dac1.setDACOutVoltage(10000 , 0); & dac2.setDACOutVoltage(10000 , 0);
Is there a way to calibrate the output?