mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-16 12:53:23 +00:00
dht: fix humidity and temperature extraction for DHT22 (#358)
This commit is contained in:
committed by
Ron Evans
parent
45dce188f5
commit
02e4548966
@@ -1,3 +1,6 @@
|
||||
//go:build tinygo
|
||||
// +build tinygo
|
||||
|
||||
// Package dht provides a driver for DHTXX family temperature and humidity sensors.
|
||||
//
|
||||
// [1] Datasheet DHT11: https://www.mouser.com/datasheet/2/758/DHT11-Technical-Data-Sheet-Translated-Version-1143054.pdf
|
||||
|
||||
Reference in New Issue
Block a user