MFRC522-python icon indicating copy to clipboard operation
MFRC522-python copied to clipboard

Error in code

Open Himura2la opened this issue 8 years ago • 0 comments

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.

Himura2la avatar Jan 29 '17 14:01 Himura2la