兼职项目 智能自行车
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.
 
 
 

25 lines
231 B

#ifndef _IRIN_H
#define _IRIN_H
#include "reg51.h"
#include "lcd.h"
#include "pwm.h"
sbit k1=P3^5;
sbit k2=P3^4;
sbit k3=P3^3;
sbit k4=P3^2; //¶¨Òå°´¼ü¶Ë¿Ú
void IRIN_Init(void);
void display();
void keypros();
#endif