Metadata-Version: 2.1
Name: SC16IS750
Version: 0.1.8
Summary: Python driver for interfacing with the SC16IS750
Home-page: https://github.com/Harri-Renney/SC16IS750
Author: harri.renney.blino
Author-email: harri.renney@blino.co.uk
License: TODO
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# SC16IS750-Python-Driver
COMPREHENSIVE FUNCTIONALITY IN PROGRESS
This is a driver written in python for interfacing with the SC16IS750. I2C interfacing achieved using SMBUS, meaning this driver should work on Linux distros.

## To-Do List
- Add control for sleep modes.
- More control functions for UART. (Like line setup: parityBit, stopBit, etc)
- More control of FIFO buffer. (Turn on/off)
- Hardware flow control on GPIO pins.
- Software flow contorl using XOn/XOff registers.


