#include "Arduino.h"
Go to the source code of this file.
Functions | |
void | logToSerials (const __FlashStringHelper *ToPrint, bool BreakLine=true, byte Indent=3) |
< Logging | |
template<class logLine > | |
void | logToSerials (logLine *ToPrint, bool BreakLine=true, byte Indent=3) |
template<class logLine > | |
void | logToSerials (logLine &ToPrint, bool BreakLine=true, byte Indent=3) |
Variables | |
HardwareSerial & | ArduinoSerial |
Printing serial messages to the Arduino Serial output. | |
void logToSerials | ( | const __FlashStringHelper * | ToPrint, |
bool | BreakLine = true , |
||
byte | Indent = 3 |
||
) |
< Logging
Definition at line 5 of file SerialLog.cpp.
void logToSerials | ( | logLine & | ToPrint, |
bool | BreakLine = true , |
||
byte | Indent = 3 |
||
) |
Definition at line 35 of file SerialLog.h.
void logToSerials | ( | logLine * | ToPrint, |
bool | BreakLine = true , |
||
byte | Indent = 3 |
||
) |
Definition at line 17 of file SerialLog.h.
|
extern |
Printing serial messages to the Arduino Serial output.
Uses templating to handle logging multiple variable types (int,float,char,bool..)
Functions implemented in header file due to: https://stackoverflow.com/questions/10632251/undefined-reference-to-template-function < every inheriting class have Arduino commands available
Printing serial messages to the Arduino Serial output.
Printing serial messages to the Arduino Serial output and the esp-link Microcontroller Console (uC Console)
Printing serial messages to the Arduino Serial output.
Printing serial messages to the Arduino Serial output and the esp-link Microcontroller Console (uC Console)
Reference to the Arduino Serial
Printing serial messages to the Arduino Serial output.
Uses templating to handle logging multiple variable types (int,float,char,bool..)
Functions implemented in header file due to: https://stackoverflow.com/questions/10632251/undefined-reference-to-template-function
Printing serial messages to the Arduino Serial output and the esp-link Microcontroller Console (uC Console)
Printing serial messages to the Arduino Serial output and the esp-link Microcontroller Console (uC Console)
Reference to the Arduino Serial
Definition at line 33 of file Gbox420_Mega_Main.ino.