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 inline doc for read and write operations in {busio,bitbangio}.{I2C,SPI} says that the end values may be None, in which case they default to len(buf). However, the default value is really INT_MAX. If you give None explicitly, you'll get an error.