cMicroOrp  1.0.0
C code for microcontrollers - provides ORP remote interface
debug.h File Reference

Go to the source code of this file.

Macros

#define DB_ACTIVE   0
 
#define TRACE(x)   do { if (DB_ACTIVE) db_print x; } while (0)
 

Functions

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

Macro Definition Documentation

◆ DB_ACTIVE

#define DB_ACTIVE   0

◆ TRACE

#define TRACE (   x)    do { if (DB_ACTIVE) db_print x; } while (0)

Function Documentation

◆ db_print()

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