Metadata-Version: 2.1
Name: python-PCF8574
Version: 1.0.0
Summary:  TI's PCF8574 python driver 
Home-page: https://github.com/goutamkumar77/python-PCF8574
Author: Goutam Kumar
Author-email: goutam1000@gmail.com
License: MIT
Description: # python driver for PCF8574
        
        ## Overview
        Texas Instruments [PCF8574](https://www.ti.com/product/PCF8574) is an 8-bit I/O expander based on I2C/SMBus. This package allows users to use [PCF8574](https://www.ti.com/product/PCF8574) GPIOs like any standard [arduino](https://www.arduino.cc) GPIOs. Provides standard [arduino](https://www.arduino.cc) like functions `pinMode`, `digitalWrite`, `digitalRead` etc.
        
        ## Installation
        Package: `pip3 install python-PCF8574` 
        
        Dependencies: `pip3 install -r requirements.txt`
        
        ## Usage Examples
        `examples/basicExample.py` : A basic workflow for reading and writing a GPIO
        `examples/multiDeviceExample.py` : multiple PCF8574 devices
        `examples/threadSafeExample.py` : Not implemented
        
        ## Example Code
        For those who just want to get started fast:
        
        `<TODO>`
        
        
        
        ## Development and Contributibg Instructions 
        The current code base is compatible with python3. Pull requests for new features, bug fixes, and suggestions are welcome! Please create an issue for discussion before working on a substantial change.
        
        ## License
        
        [MIT](https://github.com/goutamkumar77/python-PCF8574/blob/master/LICENSE)
        
        
Keywords: PCF8574
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Other OS
Classifier: Topic :: System :: Hardware :: Hardware Drivers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
