You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The C implementation of adafruit_bus_device.spi_device.SPIDevice will hang on __enter__() if the busio.SPI() object is locked and not released while it's waiting for the lock. It cannot be ctrl-C'd.