iarduino.ru module for Raspberry Pi
Project description
pyiArduinoI2Ckeyboard
Данная библилотека (модуль для Python3) позволяет управлять электронными модулями (устройствами) от iArduino.ru по шине I2C на Raspberry Pi.
Подробнее про датчик читайте в нашей Wiki
Установка
Установка из репозиториев PyPI в терминале Raspberry:
sudo pip3 install pyiArduinoI2Ckeyboard
Самостоятельная сборка из исходников:
git clone https://github.com/tremaru/pyiArduinoI2Ckeyboard.git && cd pyiArduinoI2Ckeyboard/pyiArduinoI2Ckeyboard && python3 setup.py build_ext --inplace
Примеры для Python находятся в папке pyiArduinoI2Ckeyboard/examples
Примеры для С++ находятся в папке pyiArduinoI2Ckeyboard/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
File details
Details for the file pyiArduinoI2Ckeyboard-0.2.1.tar.gz
.
File metadata
- Download URL: pyiArduinoI2Ckeyboard-0.2.1.tar.gz
- Upload date:
- Size: 124.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb029ad7327908ff39faccbdca187d2aed79fef9fea716822687255d8652c1e5 |
|
MD5 | 210684a902aef8c39c760470603bb20d |
|
BLAKE2b-256 | 3470b0abcacce08e491a75ffb26ed143f59657f7adc9cf66e3ce6419b6e429d3 |