MyProject.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /**
  2. * @copyright (C) COPYRIGHT 2022 Fortiortech Shenzhen
  3. * @file MyProject.h
  4. * @author Fortiortech Appliction Team
  5. * @note Last modify author is Marcel He
  6. * @since 2017-12-27
  7. * @date 2022-07-14
  8. * @brief This file contains all the common data types used for Motor Control.
  9. *
  10. */
  11. /* Define to prevent recursive inclusion --------------------------------------------------------*/
  12. #ifndef __MYPROJECT_H_
  13. #define __MYPROJECT_H_
  14. /* Includes -------------------------------------------------------------------------------------*/
  15. #include "FU68xx_5.h"
  16. #include <Definition.h>
  17. #include <Customer.h>
  18. #include <Parameter.h>
  19. #include <Protect.h>
  20. #include <Customer_Debug.h>
  21. #include <AMP.h>
  22. #include <GPIO.h>
  23. #include <SPI.h>
  24. #include <ADC.h>
  25. #include <TSD.h>
  26. #include <CMP.h>
  27. #include <AMP.h>
  28. #include <Driver.h>
  29. #include <UART.h>
  30. #include <CRC.h>
  31. #include <GPIO.h>
  32. #include <PIInit.h>
  33. #include <TIMER.h>
  34. #include <DMA.h>
  35. #include "FU68xx_5_Flash.h"
  36. #include <AddFunction.h>
  37. #include <FOCTailDect.h>
  38. #include <RSDDetect.h>
  39. #include <MotorControlFunction.h>
  40. #include <MotorControl.h>
  41. #include <PosCheck.h>
  42. #include <SMDU.h>
  43. #include <BEMFDetect.h>
  44. #include <VoltageCompensation.h>
  45. #include <LED.h>
  46. #include <KeyScan.h>
  47. #include <EXTIInit.h>
  48. #include <mcFieldWeaken.h>
  49. #endif