• 大小: 846KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-06
  • 语言: 其他
  • 标签: 单片机  

资源简介

无线遥控汽车防盗器资料(包含原理图、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;

const uint PULSE_SYN_MAX=PULSE_SHORT_MAX_TIME/8/4*35;
const uint PULSE_SYN_MIN=PULSE_SHORT_MIN_TIME/8/4*20;
const uint DT=(uint)((PULSE_SHORT_MIN_TIME/8/4+PULSE_SHORT_MIN_TIME/8/4)*0.1/2);

bank2 SharkFlagStruct SharkFlag={2};
bank1 ulong PassWord[2];       //waste 2B ram;   20bit

static bank1 RemindStateEnum RemindState=DOOR_OPEN;
static bank1 uchar PressUnlock=0;
static Timer16Struct GuardQuiet5s={01};      //延时5s进入警戒状态;
static bank1 AlarmGradeEnum AlarmGr

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    3647523  2007-11-24 10:10  RF612081.PCB

     文件    1019041  2007-11-24 10:10  主板QF612082.PCB

     文件    1282945  2007-11-24 10:10  传感QF612083.PCB

     文件     429783  2007-11-24 10:10  遥控YK705311.PCB

     文件     435942  2007-11-24 10:10  遥控YK705312.PCB

     文件      45539  2007-08-15 09:20  remote.c

     文件      18163  2007-11-24 10:10  RF612081.Sch

     文件      37152  2007-11-24 10:10  主板QF612082.Sch

     文件      17163  2007-11-24 10:10  传感QF612083.Sch

     文件      13607  2007-11-24 10:10  遥控QF612084.Sch

----------- ---------  ---------- -----  ----

              6946858                    10


评论

共有 条评论