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 was wondering if it would be prudent to add a note (probably in the README) about how v6.3.0+ of Circuitpython firmware already has this lib included. I haven't checked thoroughly if this is true for all boards running CirPy (ie ATSAMD21)
After some testing, I found the SPIDevice class (from firmware) executes slightly faster than this pure python implementation. 💯
The text was updated successfully, but these errors were encountered:
I was wondering if it would be prudent to add a note (probably in the README) about how v6.3.0+ of Circuitpython firmware already has this lib included. I haven't checked thoroughly if this is true for all boards running CirPy (ie ATSAMD21)
After some testing, I found the
SPIDevice
class (from firmware) executes slightly faster than this pure python implementation. 💯The text was updated successfully, but these errors were encountered: