Hi,
I want to use my new module SKU N° 11032 directly in arduino
Do you have an example for me ?
Hi,
I want to use my new module SKU N° 11032 directly in arduino
Do you have an example for me ?
To add description about my problem
I use the MeTempetature and Me Humidity as this on my mbot :
MeHumiture humiture(1);
…
I read the T° and humiture by using this code …humiture.getValue(1);(Temperature)
humiture.getValue(0);(Humiture)
My TFT screen allway write 0 for the two values ?
I try also with MeHumiture humiture(1,1);
MeTemterature temperatur(1,2);
but same result …