Metadata-Version: 1.1
Name: ledtable
Version: 0.0.2
Summary: Python library to control and show led tables.
Home-page: https://github.com/niccokunzmann/ledtable
Author: Nicco Kunzmann
Author-email: niccokunzmann@rambler.ru
License: MIT
Description: # ledtable
        
        This Python library can be used to accompany the development of LEDTable software on the Arduino.
        
        You can run 
        
            pip install ledtable
            python -m ledtable.SerialLEDTable <ArduinoSerialPort> <baudrate>
        
        Which opens the window that shows you LEDTable:
        
        ![](example.png)
        
        It works under Python 2 and Python 3.
        On the Arduino, the methods
        
        	LEDTable::printToSerial()
            LEDTable::printPixelOrderToSerial()
        
        can be used to update the LEDTable.
Keywords: arduino led stipe
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
