文件名称:PIC单片机滚动码解码C程序
介绍说明--下载内容均来自于网络,请自行研究使用
//PIC单片机滚动码解码C程序
// Interrupt based receive routine 基于中断的接收例程
// Compiled using HiTech PIC C compiler v.7.93 编译使用该PIC的C编译器v.7.93
#define CLOCK 4 // MHz
#define TE 400 // us
#define OVERSAMPLING 3 //
#define PERIOD //TE/OVERSAMPLING*4/CLOCK
#define NBIT 65 // number of bit to receive -1(HCS300 66-1=65)(Interrupt based receive routine)
// Interrupt based receive routine 基于中断的接收例程
// Compiled using HiTech PIC C compiler v.7.93 编译使用该PIC的C编译器v.7.93
#define CLOCK 4 // MHz
#define TE 400 // us
#define OVERSAMPLING 3 //
#define PERIOD //TE/OVERSAMPLING*4/CLOCK
#define NBIT 65 // number of bit to receive -1(HCS300 66-1=65)(Interrupt based receive routine)
相关搜索: PIC单片机滚动码解码C程序
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PIC单片机滚动码解码C程序.doc