基于mspf的矩陣按鍵掃描程序

基于mspf的矩陣按鍵掃描程序

ID:12411079

大?。?8.01 KB

頁數(shù):11頁

時(shí)間:2018-07-16

基于mspf的矩陣按鍵掃描程序_第1頁
基于mspf的矩陣按鍵掃描程序_第2頁
基于mspf的矩陣按鍵掃描程序_第3頁
基于mspf的矩陣按鍵掃描程序_第4頁
基于mspf的矩陣按鍵掃描程序_第5頁
資源描述:

《基于mspf的矩陣按鍵掃描程序》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫

1、基于msp430f5438的矩陣按鍵掃描程序**function:matrixkeyscanprogram*************************************************/#include"msp430x54x.h""/**************************************************macrodefinition*************************************************/#defineuintunsignedint//definitiondatatypeab

2、breviation#defineucharunsignedchar#defineKEY_INP4IN//defineportregister#defineKEY_OUTP4OUT#defineKEY_DIRP4DIR#defineB0(0x01)//adefinition#defineB1(0x02)#defineB2(0x04)#defineB3(0x08)#defineB4(0x10)#defineB5(0x20)#defineB6(0x40)#defineB7(0x80)/*******************************************

3、*******functiondeclaration*************************************************/UcharScan(void);//matrixkeyboardscanningVoidDelay(uintdelay_num);//delayfunctionUintTranslate(ucharcode);//scancodetranslation/**************************************************globalvariabledefinition*********

4、****************************************/Ucharkey_code;//returntothekeyboardscancodeUintkey_value;//thecorrespondingdigitalkeyboardConstuchar//key_table[17]={scandecodingtable0xFF//nokeypress//fourhighscanningline,forthelowfourcolumnscanning0x7E//K10x7D//K20x7B//K30x77//K40xBE//K50xBD/

5、/K60xBB//K70xB7//K80xDE//K90xDD//K100xDB//K110xD7//K120xEE//K130xED//K140xEB//K150xE7//K16};/**************************************************function(module)Name:Main()**function:callthekeyboardscanner,initializetheI/Oport*callthefunctionlist:scan(),Translate()*callthisfunctionlist:N

6、one*inputparameters:None*outputparameters:None**functionreturnvalue:no*ResourcewatchdogI/Oportmoduleusedby***otherinstructions:None*************************************************/Voidmain(void){WDTCTL=WDTPW+WDTHOLD;//stopwatchdogKEY_DIR=(B7+B6+B5+B4);//setIOhigh4bitoutput,lowinputfor

7、4KEY_OUT=0x00;//IOhigh4bitoutputlowlevelWhile(1){Key_code=Scan();Call/returnscanner,scancodeKey_value=Translate(key_code);//callscancodetranslationfunctionreturnsthedigitalkeyboardIf(key_value!=0)//ifakey{(_NOP);//setabreakpointhere,observethescancodeanddigitalkeyboard}}}/***********

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動(dòng)畫的文件,查看預(yù)覽時(shí)可能會(huì)顯示錯(cuò)亂或異常,文件下載后無此問題,請(qǐng)放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫負(fù)責(zé)整理代發(fā)布。如果您對(duì)本文檔版權(quán)有爭議請(qǐng)及時(shí)聯(lián)系客服。
3. 下載前請(qǐng)仔細(xì)閱讀文檔內(nèi)容,確認(rèn)文檔內(nèi)容符合您的需求后進(jìn)行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。
4. 下載文檔時(shí)可能由于網(wǎng)絡(luò)波動(dòng)等原因無法下載或下載錯(cuò)誤,付費(fèi)完成后未能成功下載的用戶請(qǐng)聯(lián)系客服處理。