Metadata-Version: 2.1
Name: pimoroni-ioexpander
Version: 0.0.2
Summary: Python library for the Pimoroni IO Expander
Home-page: https://www.pimoroni.com
Author: Philip Howard
Author-email: phil@pimoroni.com
License: MIT
Project-URL: GitHub, https://www.github.com/pimoroni/ioe-python
Description: # IO Expander
        
        [![Build Status](https://travis-ci.com/pimoroni/ioe-python.svg?branch=master)](https://travis-ci.com/pimoroni/ioe-python)
        [![Coverage Status](https://coveralls.io/repos/github/pimoroni/ioe-python/badge.svg?branch=master)](https://coveralls.io/github/pimoroni/ioe-python?branch=master)
        [![PyPi Package](https://img.shields.io/pypi/v/pimoroni-ioexpander.svg)](https://pypi.python.org/pypi/pimoroni-ioexpander)
        [![Python Versions](https://img.shields.io/pypi/pyversions/pimoroni-ioexpander.svg)](https://pypi.python.org/pypi/pimoroni-ioexpander)
        
        IO Expander Breakout uses a Nuvoton MS51 microcontroller and I2C to give you 14 additional input/output pins to connect things up to. Eight of the pins are hooked up to an Analog to Digital Converter and six of the pins can be used as (up to 16-bit) PWM outputs.
        
        This library is also used to power our other Nuvoton-based boards and breakouts!
        
        ## Where to buy
        
        * IO Expander Breakout: https://shop.pimoroni.com/products/io-expander
        * RGB Potentiometer Breakout: https://shop.pimoroni.com/products/rgb-potentiometer-breakout
        * RGB Encoder Breakout: https://shop.pimoroni.com/products/rgb-encoder-breakout
        
        # Installing
        
        Stable library and dependencies from GitHub:
        
        * `git clone https://github.com/pimoroni/ioe-python`
        * `cd ioe-python`
        * `sudo ./install.sh`
        
        Latest/development library and dependencies from GitHub:
        
        * `git clone https://github.com/pimoroni/ioe-python`
        * `cd ioe-python`
        * `sudo ./install.sh --unstable`
        
        Stable (library only) from PyPi:
        
        * Just run `pip3 install pimoroni-ioexpander`
        
        In some cases you might need to use `sudo`.
        
        
        # Changelog
        
        0.0.2
        -----
        
        * Call read/write in a single i2c_rdwr to maintain thread safety
        
        0.0.1
        -----
        
        * Initial Release
        
Keywords: Raspberry Pi
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Hardware
Requires-Python: >=2.7
Description-Content-Type: text/markdown
