4. Swap Data Demo - roopakingole/AtmelCodingAssignment GitHub Wiki
####Press Button1 on OLED module
- In this function Data are swapped using XOR method like below:
a = a ^ b
b = a ^ b
a = a ^ b
- Test result of “Swap Data” will be printed on Terminal Window like below:
GOTO Next Page -->5.-Count-Set-Bits-in-Byte-Demo