Searched refs:dht11_decode_byte (Results 1 – 1 of 1) sorted by relevance
79 static unsigned char dht11_decode_byte(int *timing, int threshold) in dht11_decode_byte() function111 hum_int = dht11_decode_byte(timing, threshold); in dht11_decode()112 hum_dec = dht11_decode_byte(&timing[8], threshold); in dht11_decode()113 temp_int = dht11_decode_byte(&timing[16], threshold); in dht11_decode()114 temp_dec = dht11_decode_byte(&timing[24], threshold); in dht11_decode()115 checksum = dht11_decode_byte(&timing[32], threshold); in dht11_decode()