Nugget
Loading...
Searching...
No Matches
Functions
BoardConsole.h File Reference
#include <stdarg.h>
Include dependency graph for BoardConsole.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void BoardConsoleInit ()
 
void BoardConsolePuts (const char *str)
 
void BoardConsolePutc (int)
 
void BoardConsolePrintf (const char *fmt,...) __attribute__((format(printf
 
void void BoardConsoleVPrintf (const char *fmt, va_list ap)
 

Function Documentation

◆ BoardConsoleInit()

void BoardConsoleInit ( )

◆ BoardConsolePrintf()

void BoardConsolePrintf ( const char *  fmt,
  ... 
)

◆ BoardConsolePutc()

void BoardConsolePutc ( int  c)

◆ BoardConsolePuts()

void BoardConsolePuts ( const char *  str)

◆ BoardConsoleVPrintf()

void void BoardConsoleVPrintf ( const char *  fmt,
va_list  ap 
)