uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
BoardConsole.h File Reference
#include <stdarg.h>

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

void BoardConsoleInit ( )

Definition at line 7 of file BoardConsole.c.

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

Definition at line 15 of file BoardConsole.c.

void BoardConsolePuts ( const char *  str)

Definition at line 11 of file BoardConsole.c.

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

Definition at line 31 of file BoardConsole.c.