9 years, 9 months ago.

How to using Stream implementation - provides printf() interface?

How to using Stream implementation - provides printf() interface?

Question relating to:

Or how to print variable?

posted by Dmitry Dzhafarkhanov 18 Jan 2016

1 Answer

9 years, 9 months ago.

Stream implementations requires that you support a _put() and _getc() method. See https://developer.mbed.org/users/simon/code/TextLCD/ for an example.