Comunicating ADC+ Arduino DUE with the protocol 1-wire

if(DataReceivedMODE == '1')

You are comparing an array with a char

if(DataReceivedMODE[0] == '1')

Will compile, as to the logic of the program I'll look at that.


Rob