8 years, 3 months ago.

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

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

Question relating to:

Driver for the Seeedstudio RGB OLED module for the xadow M0

Or how to print variable?

posted by Dmitry Dzhafarkhanov 18 Jan 2016

1 Answer

8 years, 3 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.