#ifndef __MOTOR_H #define __MOTOR_H #include "sys.h" #define MOTOR PCout(14) // PC12 #define FAN PCout(13) // PC13 void motor_Init(void);//���IO�ڳ�ʼ�� #endif