iarduino.ru module for Raspberry Pi
Project 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)
# pyiArduinoI2Cbumper
Данная библилотека (модуль для Python3) позволяет управлять электронными модулями (устройствами) []() от iArduino.ru по шине I2C на Raspberry Pi.
Подробнее про датчик читайте в нашей [Wiki]()
## Установка ##
[Статья на сайте iarduino.ru](https://wiki.iarduino.ru/page/raspberry-python-modules/)
Установка из репозиториев PyPI в терминале Raspberry:
sudo pip3 install pyiArduinoI2Cbumper
Самостоятельная сборка из исходников:
git clone https://github.com/tremaru/pyiArduinoI2Cbumper.git && cd pyiArduinoI2Cbumper/pyiArduinoI2Cbumper && python3 setup.py build_ext –inplace
Примеры для Python находятся в папке pyiArduinoI2Cbumper/examples
Примеры для С++ находятся в папке pyiArduinoI2Cbumper/cpp. Так же в этой папке лежит Makefile для сборки из исходников. Можно собрать сразу все примеры командой: make all или make Для сборки конкретного примера: make “название примера” Например: make reset Для удаления собранных исполняемых файлов: make clean
This is a Python3 module for Raspberry Pi. It can work with []() by iarduino.ru
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for pyiArduinoI2Cbumper-1.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40b2931af4c3d15742f944e051acb23b16f46369095fc042d143e1c7d4110abd |
|
MD5 | 55a2c7cd34aa249a38171663b022d549 |
|
BLAKE2b-256 | a44f02a3ce738da872c065a41663cb280b401a9d41df8ee767bdd47d773a7b1c |