Embedded Artistry Framework
Embedded Systems C++ Framework
Functions | Variables
blinky.cpp File Reference
#include <platform.hpp>
Include dependency graph for blinky.cpp:

Functions

int main ()
 

Variables

volatile bool abort_program_ = false
 Signal variable to exit the main() loop Declared in main.c, set in Sim Platform's boot.cpp using std::signal. More...
 

Function Documentation

◆ main()

int main ( void  )

Referenced by bootSystem().

Here is the caller graph for this function:

Variable Documentation

◆ abort_program_

volatile bool abort_program_ = false

Signal variable to exit the main() loop Declared in main.c, set in Sim Platform's boot.cpp using std::signal.

Referenced by main().