Metadata-Version: 2.1
Name: linx_connection
Version: 0.0.2
Summary: Module for talking to Arduino by serial port
Home-page: https://github.com/Mr-Andersen/LabWink
Author: Andrew Anderson
Author-email: andrew-anderson.neo@yandex.ru
License: GNU GPL
Description: Installing:
        
        	pip install --user linx_connection
        
        Usage:
        
            conn = LinxConnection(port='\<port>') # \<port> can be /dev/ttyUSBX if you are running on Linux or COMX if Windows
            dct = conn.AnalogRead(1) # -> {..., 'data': \<data>, ...} where \<data> is bytes object representing status of A1 port. Use transfrom(dct) to get normal int value
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
