| 12345678910111213141516171819 |
- /**************************** (C) COPYRIGHT 2018 Fortiortech shenzhen *****************************
- * File Name : BEMFDetect.h
- * Author : Bruce, Fortiortech Hardware
- * Version : V1.0
- * Date : 2017-12-27
- * Description : This file contains all the common data types used for
- * Motor Control.
- ***************************************************************************************************
- * All Rights Reserved
- **************************************************************************************************/
- #ifndef __BEMFDETECT_H_
- #define __BEMFDETECT_H_
- #include "Customer.h"
- #include <FU68xx_5_Type.h>
- #endif
|