28 #ifndef _EASYUINO_PRINTABLE_h 29 #define _EASYUINO_PRINTABLE_h 31 #if defined(ARDUINO) && ARDUINO >= 100 37 #include "Utilities.h" 44 #pragma region Public Virtual Common API Methods
Provides an interface interface to write objects to a Stream.
Definition: Printable.h:42
friend Stream & operator<<(IN Stream &stream, IN const Printable &printable)
Write the object state string representation to a given stream (e.g: Used to print the obejct state t...
virtual char * toString() const =0
Used to return a string representation of the object state.