Files
motor_controller2/my_software/my_code.h
T
2021-10-02 22:59:37 +08:00

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_ */