정보나눔

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

미세먼지측정기 질문
짱대 | 2018-09-05

미세먼지센서, 온습도 + lcd, 도트매트릭스 다 결합한 배선도가 있을까요..

하나하나씩은 다 성공했는데, 미세먼지 소스에 센서서들이랑 lcd, 도트매트릭스까지 다 합쳐봤더니

핀결선이 잘못된건지.. 계속 에러가 나서 질문드립니다.

 

 

In file included from C:\Users\user\Desktop\sketch_may25a\sketch_may25a.ino:1:0:

C:\Users\user\Documents\Arduino\libraries\DHT_sensor_library/DHT.h:32:15: error: expected unqualified-id before numeric constant

 #define DHT11 11

               ^

C:\Users\user\Desktop\sketch_may25a\sketch_may25a.ino:33:1: note: in expansion of macro 'DHT11'

 DHT11 dht11(pin);

 ^

C:\Users\user\Desktop\sketch_may25a\sketch_may25a.ino: In function 'void loop()':

sketch_may25a:158: error: expected primary-expression before '.' token

   dht11.read(humi, temp);

        ^

sketch_may25a:159: error: 'DHT11_RETRY_DELAY' was not declared in this scope

   delay(DHT11_RETRY_DELAY);

         ^

exit status 1
expected primary-expression before '.' token

이전글   |    아두이노 2대 블루투스 통신, 서보모터 제어 ... 2018-09-04
다음글   |    nodeMCU를 통한 웹서버 2018-09-09