51 void STB_DebugLogOpen(
char *name);
    52 void STB_DebugLogClose(
void);
    53 void STB_DebugLogPrintf(
const char *format, ...);
 void STB_SPDebugAssertFail(const char *file, int line, const char *eval_str)
Report Assertion failure. 
 
void STB_SPDebugWrite(const char *format,...)
Write debug string to serial/debug port. <CR><LF> characters will be automatically added to the end o...
 
void STB_SPDebugNoCnWrite(const char *format,...)
Writes debug string to the serial port without <CR><LF>