mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-14 11:53:41 +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 // import "tinygo.org/x/drivers/dht"
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user