Metadata-Version: 1.1
Name: pantilthat
Version: 0.0.5
Summary: Python library for driving Pimoroni PanTiltHAT!
Home-page: http://www.pimoroni.com
Author: Philip Howard
Author-email: phil@pimoroni.com
License: MIT
Description-Content-Type: UNKNOWN
Description: Learn more: https://shop.pimoroni.com/products/pan-tilt-hat
        
        0.0.5
        -----
        
        * Bugfix: fix to set_pixel_rgbw
        * Bugfix: fix so that get_servo_two returns correct value
        * Bugfix: deferred setup to prevent side-effects upon import
        
        0.0.4
        -----
        
        * New: get_pan and get_tilt methods to read back servo position
        * Bugfix: Brightness does not set value unless light_mode == PWM
        * Bugfix: Idle timeout Timer() daemonized to prevent blocking on exit
        
        0.0.3
        -----
        
        * Added idle_timeout functionality to prevent idle servo jitter
        * Added options for RGB, GRB, RGBW and GRBW pixel types - RGBW and GRBW support up to 18 pixels
        
        0.0.2
        -----
        
        * Corrected package dependencies
        
        0.0.1
        -----
        
        * Initial Release
        
        
Keywords: Raspberry Pi
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
