文件名称:Ex10
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- k***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
程序功能:
开机后,按一下S1,系统进入模式1;按一下S2,系统进入模式2;按一下S3,系统进入模式3。
在模式1下,S5按下LED1亮,弹起LED1灭;
在模式2下,S5按下LED2亮,弹起LED2灭;
在模式3下,S5按下LED3亮,弹起LED3灭;
学习重点:
1、程序的执行的顺序
2、switch..case..的用法
3、程序原模块化
4、全局变量的使用
-Program features: power, click S1, the system enters mode 1 click on S2, the system enters mode 2 click on S3, the system enters mode 3. In Mode 1, S5 press LED1 light, bounce off LED1 In mode 2, S5 press LED2 light, bounce off LED2 in mode 3, S5 press LED3 light, bounce off LED3 Learning : 1, the program execution of the order of 2, switch .. case .. the use of 3, the procedure of the original modular 4, the use of global variables
开机后,按一下S1,系统进入模式1;按一下S2,系统进入模式2;按一下S3,系统进入模式3。
在模式1下,S5按下LED1亮,弹起LED1灭;
在模式2下,S5按下LED2亮,弹起LED2灭;
在模式3下,S5按下LED3亮,弹起LED3灭;
学习重点:
1、程序的执行的顺序
2、switch..case..的用法
3、程序原模块化
4、全局变量的使用
-Program features: power, click S1, the system enters mode 1 click on S2, the system enters mode 2 click on S3, the system enters mode 3. In Mode 1, S5 press LED1 light, bounce off LED1 In mode 2, S5 press LED2 light, bounce off LED2 in mode 3, S5 press LED3 light, bounce off LED3 Learning : 1, the program execution of the order of 2, switch .. case .. the use of 3, the procedure of the original modular 4, the use of global variables
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Ex10.c