![]() |
LiquidMenu
1.2.0
Menu creation Arduino library for LCDs, wraps LiquidCrystal.
|
Go to the source code of this file.
Macros | |
#define | DEBUG(x) |
Normal print. More... | |
#define | DEBUGLN(x) |
Print with newline. More... | |
#define | DEBUG2(x, y) |
Normal print with two parameters. More... | |
#define | DEBUGLN2(x, y) |
Print two parameters with newline. More... | |
Contains debug macro definitions for LiquidMenu library.
#define DEBUG | ( | x | ) |
Normal print.
#define DEBUG2 | ( | x, | |
y | |||
) |
Normal print with two parameters.
#define DEBUGLN | ( | x | ) |
Print with newline.
#define DEBUGLN2 | ( | x, | |
y | |||
) |
Print two parameters with newline.