Metadata-Version: 1.1
Name: pyiArduinoI2Cph
Version: 0.0.3
Summary: iarduino.ru module for Raspberry Pi
Home-page: http://github.com/tremaru/pyiArduinoI2Cph
Author: iarduino.ru
Author-email: shop@iarduino.ru
License: MIT
Description: [![](https://iarduino.ru/img/logo.svg)](https://iarduino.ru)[![](https://wiki.iarduino.ru/img/git-shop.svg?3)](https://iarduino.ru) [![](https://wiki.iarduino.ru/img/git-wiki.svg?2)](https://wiki.iarduino.ru) [![](https://wiki.iarduino.ru/img/git-lesson.svg?2)](https://lesson.iarduino.ru)[![](https://wiki.iarduino.ru/img/git-forum.svg?2)](http://forum.trema.ru)
        
        # pyiArduinoI2Cph
        
        **Данная библилотека (модуль для Python3) позволяет управлять электронными модулями (устройствами) [Trema модуль pH-метр](https://iarduino.ru/shop/Sensory-Datchiki/datchik-kislotnosti-zhidkosti-ph-metr-flash-i2c.html) от iArduino.ru по шине I2C на Raspberry Pi.**
        
        Подробнее про датчик читайте в нашей [Wiki](https://wiki.iarduino.ru/page/ph-i2c-raspberry)
        
        ## Установка ##
        
        [Статья на сайте iarduino.ru](https://wiki.iarduino.ru/page/raspberry-python-modules/)
        
        Установка из репозиториев PyPI в терминале Raspberry:
        
        `sudo pip3 install pyiArduinoI2Cph`
        
        Самостоятельная сборка из исходников:
        
        `git clone https://github.com/tremaru/pyiArduinoI2Cph.git && cd pyiArduinoI2Cph/pyiArduinoI2Cph && python3 setup.py build_ext --inplace`
        
        Примеры для Python находятся в папке `pyiArduinoI2Cph/examples`
        
        Примеры для С++ находятся в папке `pyiArduinoI2Cph/cpp`. Так же в этой папке лежит *Makefile* для сборки
        из исходников. Можно собрать сразу все примеры командой:
        `make all` или `make`
        Для сборки конкретного примера: `make "название примера"`
        Например:
        `make getData`
        Для удаления собранных исполняемых файлов:
        `make clean`
        
        **This is a Python3 module for Raspberry Pi. It can work with [Trema module pH-meter, Flash-I2C](https://iarduino.ru/shop/Sensory-Datchiki/datchik-kislotnosti-zhidkosti-ph-metr-flash-i2c.html) by iarduino.ru**
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
