Skip to content
Snippets Groups Projects
Commit 6c447d7c authored by Eunchae Lee's avatar Eunchae Lee
Browse files

Update DHT11.c

parent fe626600
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ void read_data()
int bit_value;
// count에 따라 bit_value 결정
if (count > 16)
if (count > 50)
{
bit_value = 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment