mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-04 06:57:48 +00:00
ee44900c25
dhtXX: add new driver for dht thermometer
7 lines
266 B
Go
7 lines
266 B
Go
// +build mimxrt1062 stm32f405 atsamd51 stm32f103xx k210 stm32f407
|
|
|
|
package dht // import "tinygo.org/x/drivers/dht"
|
|
|
|
// This file provides a definition of the counter for boards with frequency higher than 2^8 ticks per millisecond (>64MHz)
|
|
type counter uint32
|