Metadata-Version: 2.1
Name: maestro-servo
Version: 0.1
Summary: Interact with Pololu Maestro servo controllers
Home-page: https://github.com/alexsdutton/python-maestro-servo
Author: Alexander Dutton
Author-email: code@alexdutton.co.uk
License: MIT
Description: # Maestro server controller library
        
        This library aims to support [Pololu's USB servo
        controllers](https://www.pololu.com/category/102/maestro-usb-servo-controllers), but doesn't do much yet, as it's still
        in development and the author doesn't have any servos yet.
        
        It can currently:
        
        * read input values
        
        Things yet to be implemented:
        
        * actually controlling servos
        * configuring channels to be input/output/servos
        
        It has only been tested with a Mini Maestro 12. The existing functionality should work with the 18 and 24, but the Micro
        Maestro is rather different, and would need more work.
        
        Pull requests or other interest in co-development very welcome!
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
