12 lines
162 B
C
12 lines
162 B
C
#ifndef _MAIN2_H_
|
|
#define _MAIN2_H_
|
|
|
|
|
|
void my_setup_1();
|
|
void my_setup_2();
|
|
void my_loop();
|
|
void my_errorHandler();
|
|
void SYSTICK_Callback();
|
|
|
|
#endif // _MAIN2_H_
|