mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-07-26 10:38:41 +00:00
ee44900c25
dhtXX: add new driver for dht thermometer
7 lines
334 B
Go
7 lines
334 B
Go
// +build arduino atmega1284p nrf52840 digispark nrf52 arduino_nano nrf51 atsamd21 fe310 arduino_nano33 circuitplay_express arduino_mega2560
|
|
|
|
package dht // import "tinygo.org/x/drivers/dht"
|
|
|
|
// This file provides a definition of the counter for boards with frequency lower than 2^8 ticks per millisecond (<64MHz)
|
|
type counter uint16
|