Can we do this in hex
The pattern is a bit more obvious ...
17 = 0x11
34 = 0x22
51 = 0x33 = (0x11 | 0x22)
Can you explain further?
How can you calculate the on/off value of a bit of a byte in hex?
This is something that was unclear to me for a while so I thought it may help out others.