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/commands
Bracken 7cccb95509
Prevent WaitForEdge() returning early after first call to selectCard() (#7)
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.

Fixes https://github.com/google/periph/issues/425
5 years ago
..
low_level.go Prevent WaitForEdge() returning early after first call to selectCard() (#7) 5 years ago
picc.go Migrate layout to the destination layout 5 years ago
registers.go Migrate layout to the destination layout 5 years ago