单片机学习小组
直播中

俞舟群

8年用户 1091经验值
擅长:可编程逻辑 电源/新能源
私信 关注

怎样通过延迟函数实现LED轮流闪烁呢

#include#define LED1 P1_5#define LED2 P1_0#define LED3 P1_3#define LED4 P1_4#define uchar unsigned char#define uint unsigned cintvoid Initial_LED(void){P1SEL &= ~0x39;//功能寄存器 :0为普通IO口,1为第二功能–外设P1DIR  |= 0x39;//方向寄存器 :0为输入 ,

更多回帖

发帖
×
20
完善资料,
赚取积分