Metadata-Version: 1.1
Name: irsensors
Version: 0.0.2
Summary: This package allows to read datas from an IR sensor set connected by USB.
Home-page: https://github.com/Gillou100/educat_irsensor/irsensors/tree/Dev
Author: Gilles HUBERT
Author-email: gilles.hubert@isen.yncrea.fr
License: UNKNOWN
Description: This package allows to read datas from an IR sensor set connected by USB.
        
        This package expect the IR sensor set to send string encode line datas as follow:
        "sensorID,errorCode,distance,"
        
        This package uses the serial package. You can install it with "pip install serial" command.
        
        In this version, the sensor ID can not be more than 9 (if it is more than 9, it will cause a bug).
        
        
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
