mirror of https://github.com/periph/devices
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/425pull/7/head
parent
ff2252c545
commit
46e277c8cf
Loading…
Reference in New Issue