/******************************************************************************** **** Copyright (C), 2020, Fortior Technology Co., Ltd. **** ******************************************************************************** * File Name : PIInit.h * Author : Bruce HW&RD * Date : 2020-10-16 * Description : .C file function description * Version : 1.0 * Function List : * * Record : * 1.Date : 2020-10-16 * Author : Bruce HW&RD * Modification: Created file ********************************************************************************/ /* Define to prevent recursive inclusion --------------------------------------*/ #ifndef _PIINIT_H_ #define _PIINIT_H_ /* Exported functions ---------------------------------------------------------*/ extern void PI_Init(void); extern void PI2_Init(void); extern short PI_realize(short speed); #endif