mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-03 14:37:46 +00:00
3b16972ed8
Signed-off-by: deadprogram <ron@hybridgroup.com>
8 lines
344 B
Go
8 lines
344 B
Go
//go:build mimxrt1062 || stm32f405 || atsamd51 || stm32f103xx || k210 || stm32f407
|
|
// +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
|