eBoard ๐Ÿ‰  โ‘ โ‘งโ‘จ
Written for SIA 2017/2018
eagle_Setup.h File Reference

Go to the source code of this file.

Functions

int eVirtual_main ()
 [COPY&PASTE] Assures the existence of the "qfix-code-main-method" More...
 
void eagle_setup (void)
 this is a guard More...
 
void setup (void)
 [COPY&PASTE] As we have an Arduino we need a setup function ;) More...
 

Function Documentation

◆ eagle_setup()

void eagle_setup ( void  )

this is a guard

Referenced by setup().

+ Here is the caller graph for this function:

◆ eVirtual_main()

int eVirtual_main ( )

[COPY&PASTE] Assures the existence of the "qfix-code-main-method"

◆ setup()

void setup ( void  )

[COPY&PASTE] As we have an Arduino we need a setup function ;)

Definition at line 10 of file eagle_Setup.h.

References eagle_setup().

10  {
11  eagle_setup();
12  }
void eagle_setup(void)
this is a guard
+ Here is the call graph for this function: