Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
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