Declaration of the Debug_Serial namespace for serial debugging functions. More...
Go to the source code of this file.
Namespaces | |
| namespace | Debug_Serial |
| Namespace for serial debugging functions. | |
Functions | |
| void | Debug_Serial::initialize () |
| Initializes the Debug_Serial interface. It should be called before using any other Debug_Serial functions. | |
| void | Debug_Serial::print (const char *msg) |
| Prints a string to the serial console. | |
| void | Debug_Serial::println (const char *msg) |
| Prints a string AND a newline to the serial console. | |
Declaration of the Debug_Serial namespace for serial debugging functions.
Definition in file Debug_serial.hpp.