Interface to platform debug functions. More...
Go to the source code of this file.
Functions | |
void | STB_SPDebugWrite (const char *format,...) |
Write debug string to serial/debug port. <CR><LF> characters will be automatically added to the end of the string. More... | |
void | STB_SPDebugNoCnWrite (const char *format,...) |
Writes debug string to the serial port without <CR><LF> More... | |
Interface to platform debug functions.
void STB_SPDebugNoCnWrite | ( | const char * | format, |
... | |||
) |
Writes debug string to the serial port without <CR><LF>
format | string & format |
void STB_SPDebugWrite | ( | const char * | format, |
... | |||
) |
Write debug string to serial/debug port. <CR><LF> characters will be automatically added to the end of the string.
format | string & format |