MotorControlModuleSDFM_TMS3.../Projects/EFC_Application/Motor/Motor.h

24 lines
251 B
C
Raw Permalink Normal View History

/*
* Motor.h
*
* Created on: 8 апр. 2024 г.
* Author: seklyuts
*/
#ifndef MOTOR_MOTOR_H_
#define MOTOR_MOTOR_H_
#ifdef __cplusplus
extern "C" {
#endif
void InitMotor(void);
#ifdef __cplusplus
}
#endif
#endif /* MOTOR_MOTOR_H_ */