when I change the class name to DHT still showing the error. Since I am a new bee to this arduino please can you be more specific and explain to me......
And the name of the class seems to be neither dht nor DHT, in the one I am looking at, it is DHT22..
Look inside the .h file that you actually use, the class name is in there, that is the class name you actually have to use to create an object of that class type.
i don't know whats the problem is......I looked in .h file also but there also dht22.h or dht.h is written
the problem is still there.........
any more suggestions...
Go have a look at the link Rob gave you. Download and install his library (remove the others first). There is an example there for you to get an understanding of the syntax.
hey guys....i downloaded the dht libraries from the Rob's link. Now my program is working well without any error....
thanks rob and thanks other guys for your time.
hey guyz......i have one more question......
I am using LDR and redbear BLEShield.........can I send LDR data to my iphone via bluetooth..??
the data which shows in the serial monitor when we connect LDR to arduino that approx value of light surrounding LDR....
any suggestion regarding this...??