Изменение README

This commit is contained in:
Victor Chapaev 2024-09-28 11:48:59 +03:00
parent 18c8adf305
commit 19cf3d6b9b
Signed by: victor
GPG Key ID: 05ACE065D1EC5CA4
2 changed files with 6 additions and 4 deletions

View File

@ -1,10 +1,11 @@
# Go package for reading temperature and humidity from DHT11, DHT22 and AM2302 sensors on Raspberry Pi
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Go Reference](https://pkg.go.dev/badge/gitfox.ru/victor/dht-exporter.svg)](https://pkg.go.dev/gitfox.ru/victor/go-dht)
[![Go Reference](https://pkg.go.dev/badge/gitfox.ru/victor/dht-exporter.svg)](https://pkg.go.dev/gitfox.ru/victor/dht-exporter)
![DHT Exporter](https://shields.foxteam.ru/badge/DHT_Exporter-v1.0.6-purple)
![Go DHT](https://shields.foxteam.ru/badge/Go_DHT-v1.1.0-darkgreen)
![Go WiringPi](https://shields.foxteam.ru/badge/Go_WiringPi-v1.1.0-901030)
![Last Commit](https://shields.foxteam.ru/gitea/last-commit/victor/go-dht?gitea_url=https%3A%2F%2Fgitfox.ru)
![Last commit](https://shields.foxteam.ru/github/last-commit/chapvic/go-dht)
This package contains only one function for measuring temperature and humidity from DHT11, DHT22 and AM2302 sensors.
The package uses a Go-adapted version of the [WiringPi GPIO Library](https://github.com/WiringPi/WiringPi) - [Go WiringPi](https://gitfox.ru/victor/go-wiringpi)

View File

@ -1,10 +1,11 @@
# Пакет Go для чтения температуры и влажности с датчиков DHT11, DHT22 и AM2302 на Raspberry Pi
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Go Reference](https://pkg.go.dev/badge/gitfox.ru/victor/dht-exporter.svg)](https://pkg.go.dev/gitfox.ru/victor/go-dht)
[![Go Reference](https://pkg.go.dev/badge/gitfox.ru/victor/dht-exporter.svg)](https://pkg.go.dev/gitfox.ru/victor/dht-exporter)
![DHT Exporter](https://shields.foxteam.ru/badge/DHT_Exporter-v1.0.6-purple)
![Go DHT](https://shields.foxteam.ru/badge/Go_DHT-v1.1.0-darkgreen)
![Go WiringPi](https://shields.foxteam.ru/badge/Go_WiringPi-v1.1.0-901030)
![Last Commit](https://shields.foxteam.ru/gitea/last-commit/victor/go-dht?gitea_url=https%3A%2F%2Fgitfox.ru)
![Last commit](https://shields.foxteam.ru/github/last-commit/chapvic/go-dht)
Данный пакет содержит всего одну функцию для чтения температуры и влажности с датчиков DHT11, DHT22 и AM2302.
Для взаимодействия с датчиком используется адаптированная для Go библиотека [Go WiringPi](https://gitfox.ru/victor/go-wiringpi), созданная на базе исходного проекта WiringPi GPIO Library - https://github.com/WiringPi/WiringPi