arduino.cc/playground/Main/DHT11Lib
Use this library.
In this line
int chk = DHT11.read(DHT11PIN);
you read values from the sensor you define in DHT11PIN.
If your reading is finished you can start another with a new pin.
arduino.cc/playground/Main/DHT11Lib
Use this library.
In this line
int chk = DHT11.read(DHT11PIN);
you read values from the sensor you define in DHT11PIN.
If your reading is finished you can start another with a new pin.