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, 10 months ago.
TextLCD printf() function
Is the printf() function in TextLCD the same printf() function in the C++ standard library?
Question relating to:
1 Answer
10 years, 10 months ago.
Yes it is identical. If you check the .h file you see it is only there for documentation purposes, it actually gets in the code due to inheritance.