You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devices/mfrc522
Bracken Dawson 46e277c8cf
Prevent WaitForEdge() returning early after first call to selectCard()
Calling LowLevel.Init() in selectCard() clears the device interrupt
as a side effect, but another interrupt will occur due to the
subsquent operations. This additional host interrupt must be cleared
before the next call to selectCard.

https://github.com/google/periph/issues/425
5 years ago
..
commands Prevent WaitForEdge() returning early after first call to selectCard() 5 years ago
blockaccess.go Migrate layout to the destination layout 5 years ago
example_test.go Migrate to devices/v3 5 years ago
mfrc522.go Prevent WaitForEdge() returning early after first call to selectCard() 5 years ago
mfrc522_test.go Migrate layout to the destination layout 5 years ago