无线遥控汽车防盗器资料(包含原理图、PCB、源程序)

//#include "main.h"

//#include "remote.h"

//#include "key.h"

#include "include.h"

const uint PULSE_SHORT_MIN=PULSE_SHORT_MIN_TIME/8/4;    //1。8ms

const uint PULSE_SHORT_MAX=PULSE_SHORT_MAX_TIME/8/4;    //3ms

const uint PULSE_LONG_MIN=PULSE_SHORT_MIN_TIME/8/4*3;

const uint PULSE_LONG_MAX=PULSE_SHORT_MAX_TIME/8/4*3;