CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
Console.h File Reference
#include <cstdint>
#include <cstdarg>

Go to the source code of this file.

Classes

class  cdc::serial::Console

Namespaces

namespace  cdc
namespace  cdc::serial

Macros

#define CONSOLE_PRINTF(...)
#define CONSOLE_PRINT(s)

Macro Definition Documentation

◆ CONSOLE_PRINT

#define CONSOLE_PRINT ( s)
Value:
static void print(const char *str)
Prints raw string to console.
Definition Console.cpp:56

Definition at line 68 of file Console.h.

◆ CONSOLE_PRINTF

#define CONSOLE_PRINTF ( ...)
Value:
static void printf(const char *format,...) __attribute__((format(printf
Prints formatted text to console.
Definition Console.cpp:30

Definition at line 67 of file Console.h.