Metadata-Version: 2.1
Name: mcp2210-python
Version: 1.0.0
Summary: A python driver for the MCP2210 USB-to-SPI converter
Home-page: https://github.com/jeremyherbert/mcp2210-python
Author: Jeremy Herbert
Author-email: jeremy.006@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# mcp2210-python
An MCP2210 python driver.

Make sure to install the dependencies using:

```
pip install -r requirements.txt
```

Documentation can be found here: [https://jeremyherbert.github.io/mcp2210-python](https://jeremyherbert.github.io/mcp2210-python)


