06-16-2023, 11:23 PM
here is DAC arduino demo code for A6: https://www.kincony.com/forum/showthread.php?tid=1861
dacWrite(DAC2, 255); that means: output 10v
dacWrite(DAC2, 0); that means: output 0v
so you just need to replace the number will output different voltage.
dacWrite(DAC2, 255); that means: output 10v
dacWrite(DAC2, 0); that means: output 0v
so you just need to replace the number will output different voltage.