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
I have a fix to Adafruit_Circuitpython_LIS3DH issue #7 Optimize struct unpacking in my development env. Can someone assign it to me or allow me contributor rights?
Slicing data causes an extra allocation. Struct should be able to take the whole buffer and split out the values at once.
The text was updated successfully, but these errors were encountered: