Can someone explain me what this code does?
Especially :Code:char CRC[8]; DoInvert = ('1'==BitString[i]) ^ CRC[7];For me DoInvert calculates the XOR between ('1'==BitString[i]) and CRC[7]Code:('1'==BitString[i])
Can someone help me with this?
Thank you