Hello,
I need your help.
I want to write something serial.
This also works over:
FirstSerial.write(0x30);
Now I would like, however, that the byte of the 0x3 and an INT variable composed.
How can I put this together the easiest?
Somehow like this:
A_One_minutes = 0x3 + one_minutes;
Unfortunately, I do not know how it works with INT.
Thanks in advance
Markus