10 years, 7 months ago.

How I can call the temperature?

I want to display the temperature on an LCD device. Using your library how can I call it?

LM75B sensor(p28,p27);

int main() { lcd.printf("Temp = %.3f\n",??????????); }

Thanks

Question relating to:

Be the first to answer this question.