ASMESDC2018
|
Functions | |
int | displayError (int) |
void | displayInfo (String) |
int displayError(int) More... | |
void | displayDebug (String) |
int void displayInfo(String) More... | |
void logger::displayDebug | ( | String | message | ) |
int void displayInfo(String)
Display info message to serial monitor
Definition at line 43 of file Logger.cpp.
int logger::displayError | ( | int | error_code | ) |
Definition at line 10 of file Logger.cpp.
void logger::displayInfo | ( | String | message | ) |
Display error message to serial monitor
Definition at line 36 of file Logger.cpp.