Arduino Helpers master
Utility library for Arduino
Macros | Functions
Error.hpp File Reference
#include <AH/Debug/Debug.hpp>
+ Include dependency graph for Error.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ERROR(msg, errc)
 Print the error message and error code, and stop the execution if FATAL_ERRORS are enabled. More...
 
#define FATAL_ERROR(msg, errc)
 Print the error message and error code, and stop the execution. More...
 

Functions

void fatalErrorExit () __attribute__((noreturn))
 Function that executes and loops forever, blinking the built-in LED when a fatal error is encountered. More...
 

Function Documentation

◆ fatalErrorExit()

void fatalErrorExit ( )

Function that executes and loops forever, blinking the built-in LED when a fatal error is encountered.

Definition at line 7 of file Exit.cpp.