CC2530基础中断方式按键控制灯

时间:2023-12-25 03:09:23
【文件属性】:

文件名称:CC2530基础中断方式按键控制灯

文件大小:22KB

文件格式:ZIP

更新时间:2023-12-25 03:09:23

单片机

/* 如果按键按下时间小于1秒,则切换灯的闪烁效果 如果按键按下时间大于1秒,则不切换灯的闪烁效果 */ #include #define D3 P1_0 #define D4 P1_1 #define SW1 P1_2 #define D5 P1_3 #define D6 P1_4 unsigned char flag=0; void inline delay(unsigned int time) //因为中断调用了此函数, //所以要使用内联函数inline修饰 { unsign


【文件预览】:
03. 中断方式按键控制灯
----settings()
--------03.dni(728B)
--------03.wsdt(3KB)
--------03.dbgdt(5KB)
--------03.cspy.bat(3KB)
----03.ewd(33KB)
----03.eww(156B)
----Debug()
--------List()
--------Obj()
--------Exe()
----03.ewp(54KB)
----03.dep(2KB)
----03.c(1KB)

网友评论