Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Printable Class Reference
The Printable class provides a way for new classes to allow themselves to be printed. More...
#include <Printable.h>
Detailed Description
The Printable class provides a way for new classes to allow themselves to be printed.
By deriving from Printable and implementing the printTo method, it will then be possible for users to print out instances of this class by passing them into the usual Print::print and Print::println methods.
Definition at line 33 of file Printable.h.
Generated on Thu Jul 14 2022 22:36:21 by
