I2CDriverisatoolforcontrolling,monitoringandcapturingI2CfromyourPC's USB port. It connects as a standard USB serial device, so there are no drivers to install."""
forlinopen("i2cdriver.py","rt"):
ifl.startswith("__version__"):
exec(l)
setup(name='i2cdriver',
version=__version__,
author='James Bowman',
author_email='jamesb@excamera.com',
url='http://i2cdriver.com',
description='I2CDriver is a desktop I2C interface',