the adaptors are working in plenitude
is it possible if you (or someone) can help me with a handshake example?
Arduino # 1 has two potenciometers
Arduino # 1 sends value of the potenciometer 1
Arduino # 2 recieves value of the potenciometer 1
Arduino # 2 sends OK to Arduino # 1
Arduino # 1 recieves OK from Arduino # 2
Arduino # 1 sends value of potenciometer 2
Arduino # 2 recieves value of potenciometer 2
Arduino # 2 sends OK to Arduino # 1
Arduino # 1 sends value of potenciometer 1
and so on ...
Is this the right way?
I can conceive this pseudo code, but can´t translate it to real programming..
If someone can help me I would really appreciate.