Metadata-Version: 1.1
Name: codebug_tether
Version: 0.2.0
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
        ==============
        Can control CodeBug tethered over Serial USB.
        
        Documentation: http://codebug-tether.readthedocs.org/
        
        
        CodeBug Loader RX (cblrx)
        =========================
        This is a test receiver for the CodeBug loader.
        
        In terminal 1:
        
            $ cd cblrx
            $ make
            $ ./cblrx
            Fake CodeBug serial port is: /dev/pts/4
        
        In terminal 2:
        
            $ python3
            >>> from codebug_tether import CodeBug
            >>>
            >>> cb = CodeBug('/dev/pts/4')
            >>>
            >>> cb.set(0, 0b10101)
        
        Watch terminal 1 change.
        Change Log
        ==========
        
        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
