benarjee
Newbie level 4
- Joined
- May 6, 2015
- Messages
- 6
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 37
data_read3 = data_read1 || (data_read2<<8); // read the received data from the buffer
pls checkout the OR ing Symbol to assign the data_read1 and data_read2 vaues to the data_read3.
pls checkout the OR ing Symbol to assign the data_read1 and data_read2 vaues to the data_read3.