I've tried to wrap DTH library to read Temperature and Humidity of an inexpensive DHT11 sensor
First, I've tried to wrap the Dht class and one method (read11 and it works) but I can't configure how to obtain the humidity and temperature parameters (I've no experience on C and I suppose is a syntax problem)
I attached the original library and the wrapper; anybody can help me doing the wrapper?
Thanks
DHT11
First, I've tried to wrap the Dht class and one method (read11 and it works) but I can't configure how to obtain the humidity and temperature parameters (I've no experience on C and I suppose is a syntax problem)
I attached the original library and the wrapper; anybody can help me doing the wrapper?
Thanks