/* * my_code.h * * Created on: Oct 2, 2021 * Author: wuwenfeng */ #ifndef MY_CODE_H_ #define MY_CODE_H_ #include "main.h" void my_code(); #endif /* MY_CODE_H_ */