Files
stm32_test1/cube/User/Inc/main2.h

12 lines
138 B
C

#ifndef _MAIN2_H_
#define _MAIN2_H_
void my_setup_1();
void my_setup_2();
void my_loop();
void my_errorHandler();
#endif // _MAIN2_H_