Red Bird Racing VCU v2
 
Loading...
Searching...
No Matches
Debug_Serial Namespace Reference

Namespace for serial debugging functions. More...

Functions

void initialize ()
 Initializes the Debug_Serial interface. It should be called before using any other Debug_Serial functions.
 
void print (const char *msg)
 Prints a string to the serial console.
 
void println (const char *msg)
 Prints a string AND a newline to the serial console.
 

Detailed Description

Namespace for serial debugging functions.

Function Documentation

◆ initialize()

void Debug_Serial::initialize ( )

Initializes the Debug_Serial interface. It should be called before using any other Debug_Serial functions.

Definition at line 18 of file Debug_serial.cpp.

Referenced by setup().

Here is the caller graph for this function:

◆ print()

void Debug_Serial::print ( const char *  msg)

Prints a string to the serial console.

Parameters
msgThe message to print.
Note
Serial exclusive

Definition at line 29 of file Debug_serial.cpp.

Referenced by DBG_GENERAL().

Here is the caller graph for this function:

◆ println()

void Debug_Serial::println ( const char *  msg)

Prints a string AND a newline to the serial console.

Parameters
msgThe message to print.
Note
Serial exclusive

Definition at line 37 of file Debug_serial.cpp.

Referenced by DBGLN_GENERAL().

Here is the caller graph for this function: