Metadata-Version: 1.0
Name: PyMCP2221A
Version: 1.2.0
Summary: This is a Microchip MCP2221(A) HID Library in python(3).
Home-page: https://github.com/nonNoise/PyMCP2221A
Author:  Yuta KItagami
Author-email: kitagami@artifactnoise.com
License: MIT License
Description-Content-Type: UNKNOWN
Description: =====================================================
        PyMCP2221A
        =====================================================
        
        What is.
        ----------------------------------------------------
        
        This is a Microchip MCP2221(A) HID Library in python.
        
        MCP2221 & MCP2221A work in Python. 
        
        https://github.com/nonNoise/PyMCP2221A
        
        
        Install
        ----------------------------------------------------
        
        This library uses hitapi.
        
            pip install hidapi
        
            https://github.com/trezor/cython-hidapi
        
        PyMCP2221A Install
        
            pip install PyMCP2221A
        
        Sample
        ----------------------------------------------------
        
        import PyMCP2221A
        
        mcp2221 = PyMCP2221A.PyMCP2221A()
        
        Example
        ----------------------------------------------------
        
        - MCP2221 ADC : OK :
        
            https://github.com/nonNoise/PyMCP2221A/blob/master/example/MCP2221_ADC.py
        
        - MCP2221 DAC : OK :
        
            https://github.com/nonNoise/PyMCP2221A/blob/master/example/MCP2221_DAC.py    
        
        - MCP2221 GPIO : OK :
        
            https://github.com/nonNoise/PyMCP2221A/blob/master/example/MCP2221_GPIO.py
        
        - MCP2221 Interrupt : No :
        
        - MCP2221 Clock : OK :
        
            https://github.com/nonNoise/PyMCP2221A/blob/master/example/MCP2221_ClockOUT.py
        
        - MCP2221 I2C  : OK :
        
            https://github.com/nonNoise/PyMCP2221A/blob/master/example/MCP2221_i2cdetect.py
        
            https://github.com/nonNoise/PyMCP2221A/blob/master/example/MCP2221_EEPROM_WriteReadTest.py
        
        License
        ----------------------------------------------------
        
            The MIT License (MIT) Copyright (c) 2017 Yuta KItagami (kitagami@artifactnoise.com,@nonnoise)
        
Keywords: Hardware,USB,HID,MCP2221,I2C,GPIO,I2C
Platform: Linux
Platform: Windows
Platform: Mac
