Изменение README
This commit is contained in:
parent
18c8adf305
commit
19cf3d6b9b
@ -1,10 +1,11 @@
|
||||
# Go package for reading temperature and humidity from DHT11, DHT22 and AM2302 sensors on Raspberry Pi
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://pkg.go.dev/gitfox.ru/victor/go-dht)
|
||||
[](https://pkg.go.dev/gitfox.ru/victor/dht-exporter)
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
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)
|
||||
|
@ -1,10 +1,11 @@
|
||||
# Пакет Go для чтения температуры и влажности с датчиков DHT11, DHT22 и AM2302 на Raspberry Pi
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://pkg.go.dev/gitfox.ru/victor/go-dht)
|
||||
[](https://pkg.go.dev/gitfox.ru/victor/dht-exporter)
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
Данный пакет содержит всего одну функцию для чтения температуры и влажности с датчиков DHT11, DHT22 и AM2302.
|
||||
Для взаимодействия с датчиком используется адаптированная для Go библиотека [Go WiringPi](https://gitfox.ru/victor/go-wiringpi), созданная на базе исходного проекта WiringPi GPIO Library - https://github.com/WiringPi/WiringPi
|
||||
|
Loading…
x
Reference in New Issue
Block a user