Arduino Filters master
Filter library for Arduino
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Macros

Detailed Description

Macros for printing debug information that can be easily enabled or disabled.

See also
md_pages_Debug for instructions on how to add an option in the Arduino IDE to easily enable and disable debugging.
+ Collaboration diagram for Debug:

Macros

#define NAMEDVALUE(x)   F(DEBUG_STR(x) " = ") << x
 Macro for printing an expression as a string, followed by its value. More...
 

Macro Definition Documentation

◆ NAMEDVALUE

#define NAMEDVALUE (   x)    F(DEBUG_STR(x) " = ") << x

Macro for printing an expression as a string, followed by its value.

The expression string is saved in PROGMEM using the F(...) macro.

Definition at line 92 of file Debug.hpp.