智能热水器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
181 B

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