Searched refs:DHT11_BITS_PER_READ (Results 1 – 1 of 1) sorted by relevance
45 #define DHT11_BITS_PER_READ 40 macro50 #define DHT11_EDGES_PER_READ (2 * DHT11_BITS_PER_READ + \95 int i, t, timing[DHT11_BITS_PER_READ], threshold; in dht11_decode()103 for (i = 0; i < DHT11_BITS_PER_READ; ++i) { in dht11_decode()