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