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

Update DHT11.c

parent 74d91787
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ void send_average(int sock)
read_data();
sample_count++;
// 측정 횟수가 10번이 넘어가면 메세지 출력
// 측정 횟수가 10번이 되되면 메세지 출력
if (sample_count == 10)
{
// valid한 값이 측정되었을 때만 평균 계산
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment