dh11_test1
hello,
i have arduino uno , new version arduino-1.0. have downloaded program , *.h, *.cpp files http://arduino.cc/playground/main/dht11lib.
when compiling error message:
dht11_test1.cpp.o: in function `loop':
c:\.../dht11_test1.cpp:72: undefined reference `dht11::read(int)'
on line 72 of dht11_test1.cpp there not read(int).
the strange thing file called dht11.cpp , did not find reference dht11_test1.cpp.
any ideas.
thanks in advance
hajo
i have arduino uno , new version arduino-1.0. have downloaded program , *.h, *.cpp files http://arduino.cc/playground/main/dht11lib.
when compiling error message:
dht11_test1.cpp.o: in function `loop':
c:\.../dht11_test1.cpp:72: undefined reference `dht11::read(int)'
on line 72 of dht11_test1.cpp there not read(int).
the strange thing file called dht11.cpp , did not find reference dht11_test1.cpp.
any ideas.
thanks in advance
hajo
do have updated version 0.4.0? supposed 1.0 compatible version...
Arduino Forum > Using Arduino > Sensors > dh11_test1
arduino
Comments
Post a Comment