ATrappmann / PN5180-Library

PN5180 library for Arduino
GNU Lesser General Public License v2.1
105 stars 92 forks source link

Skipped bit #22

Closed jsAce7 closed 4 years ago

jsAce7 commented 4 years ago

I had the same problems as @vladansw. Thanks for the tip, it would be nice if the library were fixed.

My bad,
blockData[i] = resultPtr[i+1];
fixed the issue

Originally posted by @vladansw in https://github.com/ATrappmann/PN5180-Library/issues/20#issuecomment-562857255

ATrappmann commented 4 years ago

Done.

Mit freundlichen Grüßen, Andreas Trappmann

Am 28.01.2020 um 18:20 schrieb jsAce7 notifications@github.com:

I had the same problems. Thanks for the tip, it would be nice if the library were fixed.

My bad, blockData[i] = resultPtr[i+1]; fixed the issue

Originally posted by @vladansw in #20 (comment)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.