Metadata-Version: 1.1
Name: codebug_tether
Version: 0.7.1
Summary: Control CodeBug over Serial USB.
Home-page: https://github.com/codebugtools/codebug_tether
Author: Thomas Preston
Author-email: thomas.preston@openlx.org.uk
License: GPLv3+
Description: CodeBug Tether
        ==============
        Control CodeBug in tethered mode over Serial USB.
        
        Documentation: http://codebug-tether.readthedocs.org/
        
        Features:
        
            - LED control
            - Inputs/Outputs (legs, buttons, extension pins)
            - Input/Output configuration (direction and pullups)
            - Extension pin control (I/O, SPI, I2C)
        Change Log
        ==========
        
        v0.7.1
        ------
        - Fixed a bug with set_bulk and updated tests.
        
        v0.7.0
        ------
        - Fixed bytes error in serial_channel_device -- and/or/bulk commands
          work again.
        - Added support for analogue inputs and PWM.
        
        v0.6.1
        ------
        - Fixed error with `set_pullup`. Fixes issue #14.
        
        v0.6.0
        ------
        - Added UART support.
        
        v0.5.0
        ------
        - Updated packet layer, better support for bulk commands and AND/OR masks.
        - Added extension pin control.
        - Added I2C/SPI support.
        - Added Colour Tail (WS2812) support.
        
        v0.4.3
        ------
        - Updated docs.
        
        v0.4.2
        ------
        - Fixed `set_output()` but where setting value of one leg would reset
          the other legs.
        
        v0.4.1
        ------
        - Added timeout to serial initialisation and updated charmap `led_state`
          to `pixel_state` to match previous change.
        - Added `set_leg_io` method.
        
        v0.4.0
        ------
        - Changed led -> pixel
        
        v0.3.0
        ------
        - Removed confusing channel list.
        - Ready for release on GitHub.
        
        v0.2.0
        ------
        - Added and_mask into set packets.
        
        v0.1.2
        ------
        - Added some more examples.
        - Updated the readme.
        
        v0.1.1
        ------
        - Fixed CodeBug.get_input().
        
        v0.1.0
        ------
        - Inital dev release.
        
        
Keywords: codebug tether raspberrypi openlx
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
