Control Surface
1.0.0
MIDI Control Surface library for Arduino
|
Go to the source code of this file.
Macros | |
#define | FLUSH_ON_EVERY_DEBUG_STATEMENT |
#define | ENDL endl |
#define | STR_HELPER(x) #x |
#define | STR(x) STR_HELPER(x) |
#define | FUNC_LOCATION '[' << __PRETTY_FUNCTION__ << F(" @ line " STR(__LINE__) "]:\t") |
#define | LOCATION "[" __FILE__ ":" STR(__LINE__) "]:\t" |
#define | NAMEDVALUE(x) F(STR(x) " = ") << x |
#define | DEBUG(x) |
#define | DEBUGREF(x) |
#define | DEBUGFN(x) |
#define | DEBUGTIME(x) |
#define | DEBUGVAL(...) |
#define STR | ( | x | ) | STR_HELPER(x) |
#define FUNC_LOCATION '[' << __PRETTY_FUNCTION__ << F(" @ line " STR(__LINE__) "]:\t") |