Go to the source code of this file.
|
| #define | ERROR(msg, errc) |
| |
| #define | FATAL_ERROR(msg, errc) |
| | Print the error message and error code, and stop the execution. More...
|
| |
|
| void | fatalErrorExit () __attribute__((noreturn)) |
| | Function that executes and loops forever, blinking the built-in LED when a fatal error is encountered. More...
|
| |
◆ ERROR
| #define ERROR |
( |
|
msg, |
|
|
|
errc |
|
) |
| |
Value: do { \
USING_AH_NAMESPACE; \
fatalErrorExit(); \
} while (0)
Print & hex(Print &printer)
Print & nouppercase(Print &printer)
Print & uppercase(Print &printer)
Print & dec(Print &printer)
Definition at line 22 of file Error.hpp.