文件名称:S12X_KEYBOARD_DISPLAY_CW
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2016-04-07
- 文件大小:
- 232kb
- 下载次数:
- 0次
- 提 供 者:
- T***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
4*4键盘键值读取并在七段数码管上显示程序
如键盘原理图4根行线分别接至PH0~3,4根列线分别接至PH4~7。行线所接I/O口作为MCU的输出端,列线所接的I/O口则作为MCU的输入。当没
有按键按下时,所有输入端都是高电平。当有按键按下时则进入中断采用逐行扫描法确定按键位置。-4* 4 keyboard keys to read and display program on the seven-segment LED
The keyboard schematics four row lines are connected to the column lines PH0 ~ 3,4 respectively connected to PH4 ~ 7. Row lines connected to I/O port as an output MCU, the column lines connected to the I/O port is used as input MCU. When did
When a button is pressed, all inputs are high. When a button is pressed to enter the break with progressive scan method to determine the location of the key.
如键盘原理图4根行线分别接至PH0~3,4根列线分别接至PH4~7。行线所接I/O口作为MCU的输出端,列线所接的I/O口则作为MCU的输入。当没
有按键按下时,所有输入端都是高电平。当有按键按下时则进入中断采用逐行扫描法确定按键位置。-4* 4 keyboard keys to read and display program on the seven-segment LED
The keyboard schematics four row lines are connected to the column lines PH0 ~ 3,4 respectively connected to PH4 ~ 7. Row lines connected to I/O port as an output MCU, the column lines connected to the I/O port is used as input MCU. When did
When a button is pressed, all inputs are high. When a button is pressed to enter the break with progressive scan method to determine the location of the key.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
S12X-键盘与数码显示_CW工程源代码\key_display1\bin\Project.abs
................................\............\...\Project.abs.glo
................................\............\...\Project.abs.s19
................................\............\...\Project.map
................................\............\cmd\TBDML_Erase_unsecure_hcs12xe.cmd
................................\............\...\TBDML_Postload.cmd
................................\............\...\TBDML_Preload.cmd
................................\............\...\TBDML_Reset.cmd
................................\............\...\TBDML_Startup.cmd
................................\............\...\TBDML_Vppoff.cmd
................................\............\...\TBDML_Vppon.cmd
................................\............\C_Layout.hwl
................................\............\Default.mem
................................\............\key_display1.mcp
................................\............\............_Data\CWSettingsWindows.stg
................................\............\.................\Standard\ObjectCode\datapage.c.o
................................\............\.................\........\..........\main.c.o
................................\............\.................\........\..........\MC9S12XS128.c.o
................................\............\.................\........\..........\Start12.c.o
................................\............\.................\........\TargetDataWindows.tdt
................................\............\prm\burner.bbl
................................\............\...\Project.prm
................................\............\Sources\datapage.c
................................\............\.......\derivative.h
................................\............\.......\main.c
................................\............\.......\Start12.c
................................\............\TBDML.ini
................................\............\key_display1_Data\Standard\ObjectCode
................................\............\.................\Standard
................................\............\bin
................................\............\cmd
................................\............\key_display1_Data
................................\............\prm
................................\............\Sources
................................\key_display1
S12X-键盘与数码显示_CW工程源代码