thanks very much. a big help. the scanner indicates that one of the boards is not responding. when i switch the I2c addressing the same board still does not respond so i am pretty sure its a problem with the baord. thanks again
Are you running the scanner sketch with only 1 board connected? You can't have two devices on the i2c bus with the same address. Make sure you are verifying each board separately without the other connected.
Thanks. I ran the scanner sketch with each board separately. One works as expected and the other not at all, both wired identically. Pretty sure one board is bad.
May seem like a dumb question, but could you please advise generally how (or what code I should use) to check the value being returned from dac.begin() and dacSetVoltage() as true or false?