arachnidlabs / mcp2210

Python library for interfacing with the MCP2210 USB-SPI interface.
BSD 2-Clause "Simplified" License
26 stars 18 forks source link

Improve support for large (>60b) transfers #6

Open Arachnid opened 10 years ago

Arachnid commented 10 years ago

Currently we wait for a short period after each command. Instead, we should recognise the 'transfer in progress' error and try again.