单片机定时器精准定时_关于51单片机定时器计时不准确问题(不用定时器中断)...

volatile uint8_t plus_nums = 0;//记录下降沿数量

volatile uint8_t nec_code[4] = {0};//保存NEC协议数据

volatile uint8_t received_flag = 0;//接收完成标志

//#define debug

#ifdef DEBUG

sbit LED0 = P1^0;

sbit LED1 = P1^1;

sbit LED2 = P1^2;

sbit LED3 = P1^3;

sbit LED4 = P1^4;

sbit LED5 = P1^5;

sbit LED6 = P1^6;

sbit LED7 = P1^7;

sbit TEST        = P2^0;

#endif

/**

*功能:初始化外部中断0、定时中断0、定时器1

*说明:定时器0不使能中断

**/

void Init_all_interrupt(void)

{

TMOD = 0x01;//16位计数值

ET0 = 1;

EX0 = 1;

IT0 = 1;

TR0 = 0;

EA = 1;

P1 = 0xff;

}

/**

*功能:解码NEC红外编码,外部中断0.

*共34个下降沿

!!!!࿰

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值