Closed petitssoldats closed 9 years ago
Hi, i just want to know how can i get decimal value (float) for temperature & humidity ? is it possible ?
Thanks
There are two methods for accessing the Temperature and Humidity -
float readTemperature(); float readHumidity();
They both return floating point variables.
Hope this helps
Hi, i just want to know how can i get decimal value (float) for temperature & humidity ? is it possible ?
Thanks