Modtronix inAir9 driver based on SX1276 standard driver

Dependents:   SX1276PingPong_inAir Sensors LoRaTerminal

Fork of SX1276Lib by Semtech

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 debug (const char *format,...)
 Output a debug message.
static void debug_if (bool condition, const char *format,...)
 Conditionally output a debug message.

Detailed Description

Definition in file debug.h.


Function Documentation

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

Output a debug message.

Parameters:
formatprintf-style format string, followed by variables

Definition at line 33 of file debug.h.

static void 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 45 of file debug.h.