myMsg.data[2] = t >> 4;
myMsg.data[2] = h >> 4;
myMsg.data[3] = t;
myMsg.data[3] = h;
Explain what you think this is doing. It isn't, but I could use a good laugh.
myMsg.data[2] = t >> 4;
myMsg.data[2] = h >> 4;
myMsg.data[3] = t;
myMsg.data[3] = h;
Explain what you think this is doing. It isn't, but I could use a good laugh.