arachnidlabs / mcp2210

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

Python 34 support #12

Open bddap opened 9 years ago

bddap commented 9 years ago

The library does not work with python 3, probably because the buffer() function has been replaced with memoryview().