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. 💯
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. 💯