15 lines
176 B
C
15 lines
176 B
C
/*
|
|
* 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_ */
|