Arduino Tinker Library
 All Classes Functions Variables
Public Member Functions | List of all members
Tinker::SerialLog Class Reference

Arduino serial logger. More...

#include <SerialLog.h>

Inheritance diagram for Tinker::SerialLog:
Tinker::AbstractLog

Public Member Functions

virtual void endline ()
 Endline.
 
virtual void display (char *str)
 Display a character array.
 
virtual void display (byte v)
 Display a byte value.
 
virtual void display (float v)
 Display a float value.
 
virtual void display (double v)
 Display a double value.
 
virtual void display (int v)
 Display an integer value.
 
virtual void display (unsigned int v)
 Display an unsigned int value.
 
virtual void display (unsigned long v)
 Display an unsigned long value.
 
virtual void clear ()
 Clear the logger. More...
 

Detailed Description

Arduino serial logger.

The SerialLog class is used to send any log on the Arduino Serial port

Author
Nicola Pezzotti

Member Function Documentation

void Tinker::SerialLog::clear ( )
virtual

Clear the logger.

Warning
Is not possibile to to clear data on Serial.

Implements Tinker::AbstractLog.


The documentation for this class was generated from the following files: