文件名称: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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.