정보나눔

오픈소스하드웨어 프로젝트에 대한 다양한 정보를 나누는 공간입니다.

스마트 커튼 블루투스 있는걸 만드는데 이게 어떤 문제인가요 ?
고추장 | 2017-06-08

 

 

sketch_jun08a:7: error: 'DHT11' does not name a type

 DHT11 dht11(5);

 ^

C:\Users\USER\Documents\Arduino\sketch_jun08a\sketch_jun08a.ino: In function 'void Sensing()':

sketch_jun08a:89: error: expected primary-expression before '.' token

   if((err=dht11.read(humi, temp))==0)

                ^

exit status 1
'DHT11' does not name a type

이전글   |    가변저항으로 LED제어 하는거 질문이요ㅠㅠ ... 2017-06-08
다음글   |    앱인벤터와 블루투스모듈 아두이노 스케치 ... 2017-06-09