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