Replies: 1 comment
-
My other observation is that the BitFraming register is written at line 672, but then you call the method |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a question regarding this line and the following one from the file
MFRC522v2.cpp
(lines 671 and 672):As far as I understand (and according to the comment),
txLastBits
is : "The number of valid bits in the last transmitted byte." This means the for the next transmission, we need8 - txLastBits
bits from the last byte. So I would define theBitFramingReg
with :I have no doubt that the current implementation works, but it might do a couple of additional iterations in the anti-collision loop. Or am I misinterpreting something?
Thank you in advance for your reply.
Beta Was this translation helpful? Give feedback.
All reactions