Myproject.h 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. /**************************** (C) COPYRIGHT 2017 Fortiortech shenzhen *****************************
  2. * File Name : Myproject.h
  3. * Author : Fortiortech Appliction Team
  4. * Version : V1.0
  5. * Date : 2017-12-27
  6. * Description : This file contains all the common data types used for
  7. * Motor Control.
  8. ***************************************************************************************************
  9. * All Rights Reserved
  10. **************************************************************************************************/
  11. /* Define to prevent recursive inclusion --------------------------------------------------------*/
  12. #ifndef __MYPROJECT_H_
  13. #define __MYPROJECT_H_
  14. /* Includes -------------------------------------------------------------------------------------*/
  15. #include <FU68xx_5.h>
  16. #include <Customer.h>
  17. #include <Parameter.h>
  18. #include <AddFunction.h>
  19. #include <ADC.h>
  20. #include <Amp.h>
  21. #include <CMP.h>
  22. #include <GPIO.h>
  23. #include <Driver.h>
  24. #include <I2C.h>
  25. #include <CRC.h>
  26. #include <DMA.h>
  27. #include <UART.h>
  28. #include <DMA.h>
  29. #include <SPI.h>
  30. #include <TIMER.h>
  31. #include <Customer_Debug.h>
  32. #include <FocControlFunction.h>
  33. #include <FocControl.h>
  34. #include <PIInit.h>
  35. //#include "RSDDetect.h"
  36. #include <FOCTailDect.h>
  37. #include <Pfc.h>
  38. #include <FiledWeaken.h>
  39. #include <Communication.h>
  40. #include <TorqueCompensation.h>
  41. #include <UART_4800.h>
  42. //#include "BEMFDetect.h"
  43. #include <RPD.h>
  44. #include <Cmp.h>
  45. #include <FU68xx_5_Type.h>
  46. #include <intint.h>
  47. #include <Protect.h>
  48. #include <ProtectSet.h>
  49. #include <PfcSet.h>
  50. #include <TorqueComSet.h>
  51. #include <UART_4800.h>
  52. #include <commution.h>
  53. #include <Parameter.h>
  54. #include <VoltageCompensation.h>
  55. #include <SYS_Ctr_main.h>
  56. #include <User_Dri_main.h>
  57. #include <other.h>
  58. #endif