[](https://iarduino.ru)[](https://iarduino.ru) [](https://wiki.iarduino.ru) [](https://lesson.iarduino.ru)[](http://forum.trema.ru)
# pyiArduinoI2Csht
Данная библилотека (модуль для Python3) позволяет управлять электронными модулями (устройствами) [Цифровой датчик температуры и влажности](https://iarduino.ru/shop/Sensory-Datchiki/datchik-temperatury-i-vlazhnosti-i2c-trema-modul-v2-0.html) от iArduino.ru по шине I2C на Raspberry Pi.
Подробнее про датчик читайте в нашей [Wiki](https://wiki.iarduino.ru/page/SHT-trema-i2c/#h3_5)
## Установка ##
[Статья на сайте iarduino.ru](https://wiki.iarduino.ru/page/raspberry-python-modules/)
Установка из репозиториев PyPI в терминале Raspberry:
sudo pip3 install pyiArduinoI2Csht
Самостоятельная сборка из исходников:
git clone https://github.com/tremaru/pyiArduinoI2Csht.git && cd pyiArduinoI2Csht/pyiArduinoI2Csht && python3 setup.py build_ext –inplace
Примеры для Python находятся в папке pyiArduinoI2Csht/examples
Примеры для С++ находятся в папке pyiArduinoI2Csht/cpp. Так же в этой папке лежит Makefile для сборки из исходников. Можно собрать сразу все примеры командой: make all или make Для сборки конкретного примера: make “название примера” Например: make reset Для удаления собранных исполняемых файлов: make clean
This is a Python3 module for Raspberry Pi. It can work with [Digital tempreture sensor](https://iarduino.ru/shop/Sensory-Datchiki/datchik-temperatury-i-vlazhnosti-i2c-trema-modul-v2-0.html) by iarduino.ru
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 pyiArduinoI2Csht-1.0.3.tar.gz.
File metadata
- Download URL: pyiArduinoI2Csht-1.0.3.tar.gz
- Upload date:
- Size: 81.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b914164daa5735eb346374bfb26ec790ee4504771c807996643f7caac5bb962a
|
|
| MD5 |
085c893ed9a4593e4c47236338b6f704
|
|
| BLAKE2b-256 |
61581a5e02b04a9ceef9289170c771fbc1ce34ffcc16840bcaeed7f214cbea4e
|