Red Bird Racing VCU v2
 
Loading...
Searching...
No Matches
Debug_serial.hpp File Reference

Declaration of the Debug_Serial namespace for serial debugging functions. More...

#include <Arduino.h>
#include "Enums.hpp"
Include dependency graph for Debug_serial.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Declaration of the Debug_Serial namespace for serial debugging functions.

Author
Planeson, Chiho, Red Bird Racing
Version
2.0.1
Date
2026-03-04
See also
Debug_serial.cpp

Definition in file Debug_serial.hpp.