Home
last modified time | relevance | path

Searched refs:DHT11_DATA_BIT_HIGH (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/iio/humidity/
Ddht11.c58 #define DHT11_DATA_BIT_HIGH 70000 macro
98 threshold = DHT11_DATA_BIT_HIGH / timeres; in dht11_decode()
169 if (DHT11_DATA_BIT_HIGH < 2 * timeres) { in dht11_read_raw()