| 1234567891011121314151617181920 |
- /**************************** (C) COPYRIGHT 2018 Fortiortech shenzhen *****************************
- File Name : RSDDetect.c
- Author : Bruce,Fortiortech RD
- Version : V1.0
- Date : 2018-07-01
- Description : This file contains init speed detection used for Motor Control.
- ***************************************************************************************************
- All Rights Reserved
- **************************************************************************************************/
- /* Includes -------------------------------------------------------------------------------------*/
- #include "RSDDetect.h"
- #include <Myproject.h>
- #include <FU68xx_5_MDU.h>
|