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

24 lines
251 B
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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