Original lib

Fork of SX1276Lib by Gregory Cristian

Embed: (wiki syntax)

« Back to documentation index

debug.h File Reference

debug.h File Reference

Go to the source code of this file.

Functions

static void sx_debug (const char *format,...)
 Output a debug message.
static void sx_debug_if (bool condition, const char *format,...)
 Conditionally output a debug message.

Detailed Description

Definition in file debug.h.


Function Documentation

static void sx_debug ( const char *  format,
  ... 
) [static]

Output a debug message.

Parameters:
formatprintf-style format string, followed by variables

Definition at line 36 of file debug.h.

static void sx_debug_if ( bool  condition,
const char *  format,
  ... 
) [static]

Conditionally output a debug message.

Parameters:
conditionoutput only if condition is true
formatprintf-style format string, followed by variables

Definition at line 48 of file debug.h.