Metadata-Version: 1.1
Name: sn3218
Version: 1.2
Summary: A module to drive the sn3218 i2c LED controller
Home-page: http://www.pimoroni.com
Author: Jonathan Williamson
Author-email: jon@pimoroni.com
License: MIT
Description: SN3218
        ======
        
        A set of drivers for the SN3218 18-channel PWM LED driver.
        
        To install use (as root):
        
        	python setup.py install
        
        To view a set of examples hook up your SN3218 device and run:
        
        	python sn3218.py
        
        Features:
        
        - Python and Arduino implementations of drivers
        - Default gamma correction (overridable per channel)Change Log
        ==========
        
        1.0dev
        -------
        - Initial release
        
Keywords: Raspberry Pi sn3218 i2c
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Hardware
