文件名称:STC12C5A60S2_LED_Display
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2016-05-04
- 文件大小:
- 38kb
- 下载次数:
- 0次
- 提 供 者:
- yush*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
数码管延时动态扫描函数
1、程序说明:
该例程演示了接在单片机P0端口和P2端口上的八位数码管
动态扫描实验,通过延时的方式实现。
2、实验操作
将拨码开关S10的SMG端拨到ON端,表示该端接通。
同时把该拨码开关的其他端置为断开状态,即不拨到ON端。
否则将影响到实验效果。
该程序下载到开发板运行后可观察到八位数码管显示“12345678”。-Digital tube delay dynamic scanning function
1, program instructions:
This routine demonstrates the connection in the P0 port and P2 port on the eight bit digital tube
Dynamic scanning experiment, through the way of delay.
2, experimental operation
The dial switch SMG S10 end of the ON to the side, indicating that the end is connected.
At the same time, the other end of the dial switch is in a disconnected state, that is, the switch is not transferred to the ON terminal.
Otherwise, it will affect the experimental results.
The program is downloaded to the development board can be observed after the operation of eight digital tube display 12345678 .
1、程序说明:
该例程演示了接在单片机P0端口和P2端口上的八位数码管
动态扫描实验,通过延时的方式实现。
2、实验操作
将拨码开关S10的SMG端拨到ON端,表示该端接通。
同时把该拨码开关的其他端置为断开状态,即不拨到ON端。
否则将影响到实验效果。
该程序下载到开发板运行后可观察到八位数码管显示“12345678”。-Digital tube delay dynamic scanning function
1, program instructions:
This routine demonstrates the connection in the P0 port and P2 port on the eight bit digital tube
Dynamic scanning experiment, through the way of delay.
2, experimental operation
The dial switch SMG S10 end of the ON to the side, indicating that the end is connected.
At the same time, the other end of the dial switch is in a disconnected state, that is, the switch is not transferred to the ON terminal.
Otherwise, it will affect the experimental results.
The program is downloaded to the development board can be observed after the operation of eight digital tube display 12345678 .
(系统自动生成,下载前可以参看下载内容)
下载文件列表
2、数码管延时动态扫描实验\Application\Doc\readme.txt
.........................\...........\Header\STC12C5A60S2.H
.........................\...........\Source\main.c
.........................\...........\.tartup\STARTUP.A51
.........................\LED_Display.plg
.........................\LED_Display.uvopt
.........................\LED_Display.uvproj
.........................\LED_Display_uvopt.bak
.........................\LED_Display_uvproj.bak
.........................\.is\LED_Display.m51
.........................\...\main.lst
.........................\...\STARTUP.lst
.........................\Obj\LED_Display
.........................\...\LED_Display.hex
.........................\...\LED_Display.lnp
.........................\...\LED_Display.plg
.........................\...\main.obj
.........................\...\STARTUP.obj
.........................\...\STARTUP._ia
.........................\Application\Doc
.........................\...........\Header
.........................\...........\Source
.........................\...........\Startup
.........................\Application
.........................\Lis
.........................\Obj
2、数码管延时动态扫描实验