Declaration of the Debug_Serial namespace for serial debugging functions.
Enumeration definitions for the VCU.
void println(const char *msg)
Prints a string AND a newline to the serial console.
void initialize()
Initializes the Debug_Serial interface. It should be called before using any other Debug_Serial funct...
void print(const char *msg)
Prints a string to the serial console.