PIInit.h 887 B

1234567891011121314151617181920
  1. /**************************** (C) COPYRIGHT 2015 Fortiortech shenzhen *****************************
  2. * File Name : PIInit.h
  3. * Author : Fortiortech Market Dept
  4. * Version : V1.0
  5. * Date : 01/07/2015
  6. * Description : This file contains all the common data types used for Motor Control.
  7. ***************************************************************************************************
  8. * All Rights Reserved
  9. **************************************************************************************************/
  10. /* Define to prevent recursive inclusion --------------------------------------------------------*/
  11. #ifndef _PIINIT_H_
  12. #define _PIINIT_H_
  13. /* Exported functions ---------------------------------------------------------------------------*/
  14. extern void PI_Init(void);
  15. extern void PI2_Init(void);
  16. extern void PI3_Init(void);
  17. #endif