MFRC522-python
MFRC522-python copied to clipboard
Error in code
https://github.com/mxgxw/MFRC522-python/blob/master/MFRC522.py#L179
>>> not ~(0b1000101 & 0x01)
False
>>> not ~(0b1000100 & 0x01)
False
I feel like I'm eating shit when refactoring this code. Sorry, but one should choose the language he knows for his projects.