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.
|
|
|
#ifndef _IRIN_H
|
|
|
|
#define _IRIN_H
|
|
|
|
|
|
|
|
#include "reg51.h"
|
|
|
|
#include "lcd.h"
|
|
|
|
#include "pwm.h"
|
|
|
|
|
|
|
|
|
|
|
|
sbit k1=P3^5;
|
|
|
|
sbit k2=P3^2;
|
|
|
|
|
|
|
|
void IRIN_Init(void);
|
|
|
|
void display();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|