10#ifndef DEBUG_SERIAL_HPP
11#define DEBUG_SERIAL_HPP
22 void print(
const char* msg);
Enumeration definitions for the VCU.
Namespace for serial debugging functions.
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.