PIInit.h 958 B

1234567891011121314151617181920212223242526272829
  1. /********************************************************************************
  2. **** Copyright (C), 2020, Fortior Technology Co., Ltd. ****
  3. ********************************************************************************
  4. * File Name : PIInit.h
  5. * Author : Bruce HW&RD
  6. * Date : 2020-10-16
  7. * Description : .C file function description
  8. * Version : 1.0
  9. * Function List :
  10. *
  11. * Record :
  12. * 1.Date : 2020-10-16
  13. * Author : Bruce HW&RD
  14. * Modification: Created file
  15. ********************************************************************************/
  16. /* Define to prevent recursive inclusion --------------------------------------*/
  17. #ifndef _PIINIT_H_
  18. #define _PIINIT_H_
  19. /* Exported functions ---------------------------------------------------------*/
  20. extern void PI_Init(void);
  21. extern void PI2_Init(void);
  22. extern short PI_realize(short speed);
  23. #endif