基于mspf的矩阵按键扫描程序(matrix key scanning program based on mspf)

基于mspf的矩阵按键扫描程序(matrix key scanning program based on mspf)

ID:13283923

大小:32.00 KB

页数:12页

时间:2018-07-21

基于mspf的矩阵按键扫描程序(matrix key scanning program based on mspf)_第1页
基于mspf的矩阵按键扫描程序(matrix key scanning program based on mspf)_第2页
基于mspf的矩阵按键扫描程序(matrix key scanning program based on mspf)_第3页
基于mspf的矩阵按键扫描程序(matrix key scanning program based on mspf)_第4页
基于mspf的矩阵按键扫描程序(matrix key scanning program based on mspf)_第5页
资源描述:

《基于mspf的矩阵按键扫描程序(matrix key scanning program based on mspf)》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、基于msp430F5438的矩阵按键扫描程序(Matrixkeyscanningprogrambasedonmsp430F5438)**function:matrixkeyscanningprogram*************************************************/#include"msp430x54x.H"/***************************************************amacrodefinition*********************************************

2、****/#defineuintunsignedint//definedatatypeabbreviation#defineucharunsignedchar#definekey_inP4IN//defineportregisters#defineKEY_OUTP4OUT#defineKEY_DIRP4DIR#defineB0(0x01)//bitdefinition#defineB1(0x02)#defineB2(0x04)#defineB3(0x08)#defineB4(0x10)#defineB5(0x20)#defineB6(0x40)#defineB7(0

3、x80)/*************************************************Functiondeclaration*************************************************/UcharScan(void);//matrixkeyboardscanningVoidDelay(uintdelay_num);//delayfunctionUintTranslate(ucharcode);//scancodetranslation/************************************

4、***************globalvariabledefinition*************************************************/Ucharkey_code;//thekeyboardscancodereturnedUintkey_value;//thenumbercorrespondingtothekeyboardConstucharkey_table[17]={//scancodetable0xFF,//nobuttonpress//high4arescanrow,andlowfourarescancolumns0

5、x7e,//K10x7d,//K20x7b,//K30x77,//K40xbe,//K50XBD,//K60XBB,//K70xb7,//K80xde,//K90XDD,//k10/19dated0XDB,//K110xd7,//K120xee,//K130xed,//K140xeb,//K150xe7,//K16};/***************************************************function(module)name:main()**function:callthekeyboardscanningprogram,initi

6、alizingI/Oport**callfunctionlist:scan(),Translate()**callthisfunctionlist:no**inputparameters:no**outputparameters:no**functionreturnvaluedescription:no**useoftheresourcewatchdogI/Oportmodule**otherinstructions:no*************************************************/Voidmain(void){WDTCTL=W

7、DTPW+WDTHOLD;//stopthewatchdogKEY_DIR=(B7+B6+B5+B4);//setIOfor4bitsforoutputand4forinputKEY_OUT=0x00;//IOhigh4bitoutputlowlevelWhile(1){Key_code=Scan();//callthescannerandreturnthescancodeKey_value=Translate(key_code);//thescancodetranslationfunction,whichreturnsthekeyboardnumberIf(k

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。