Skip to content

DDubbleDD/PyMCP2221A

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyMCP2221A

What is.

This is a Microchip MCP2221(A) HID Library in python.

MCP2221 & MCP2221A work in Python.


日本語はこちら

https:/nonNoise/PyMCP2221A/blob/master/README_JP.rst

Install

PyMCP2221A Install

pip install PyMCP2221A

or

git clone https:/nonNoise/PyMCP2221A.git

cd pypi

sudo python setup.py build

sudo python setup.py install

Sample

from PyMCP2221A import PyMCP2221A

mcp2221 = PyMCP2221A.PyMCP2221A()

and More. SMBus (system management bus) compatible function

from PyMCP2221A import SMBus

bus = SMBus.SMBus()

Setup

./img/mcp2221.PNG

Example

License

The MIT License (MIT) Copyright (c) 2017 Yuta Kitagami ([email protected],@nonnoise)

About

MCP2221 & MCP2221A work in Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Makefile 0.3%