Metadata-Version: 1.1
Name: MCP342x
Version: 0.0.1
Summary: Access Microchip MCP342x analogue to digital converters.
Home-page: https://github.com/stevemarple/python-MCP342x
Author: Steve Marple
Author-email: s.marple@lancaster.ac.uk
License: PSF
Description: MCP342x
        =======
        
        A Python module to support Microchip MCP342x analogue to digital
        converters. The devices use the I2C bus. For the low level I2C
        protocol this module depends on SMBus.
        
        Supported devices
        -----------------
        
        *   MCP3422: 2 channel, 12, 14, 16, or 18 bit
        *   MCP3423: 2 channel, 12, 14, 16, or 18 bit
        *   MCP3424: 4 channel, 12, 14, 16, or 18 bit
        *   MCP3426: 2 channel, 12, 14, or 16 bit
        *   MCP3427: 2 channel, 12, 14, or 16 bit
        *   MCP3428: 4 channel, 12, 14, or 16 bit
        
        The MCP3422 and MCP3426 use I2C address 0x68, all other devices can be
        configured to use any address in the range 0x68 - 0x6F (inclusive).
        
        
        Credits
        =======
        
        "MCP342x" is written and maintained by Steve Marple.
        
        
        Contributors
        ------------
        
        Please append your name here when you submit your first pull request.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
