數(shù)碼管顯示按鍵次數(shù)期末考試

1、程序

#include "reg52.h"

sbit C1 = P2^7;

sbit C2 = P2^6;

sbit C3 = P2^5;

sbit C4 = P2^4;

sbit SW1 = P3^4;

sbit SW2 = P3^3;

//?¨ò?12??êy??1ü?TD?êyμ?μ?êy×??????μ

unsigned char SMGNoDot_CA[10] = {0xc0, 0xf9, 0xa4, 0xb0, 0x99, 0x92, 0x82, 0xf8, 0x80, 0x90};

unsigned char s1 = 0, s2 = 0;

/*==================êy??1ü?ˉì???ê?רó??óê±oˉêy==================*/

void DelaySMG(unsigned int t)

{

while(t--);

}

/*=====================μ¥??êy??1ü??ê?oˉêy=======================*/

void DisPlaySMG_Bit(unsigned char pos, unsigned char dat)

{

P0 = 0xff; //??òt

switch(pos) //????êy??1ü????

{

case 1:

C1 = 1; C2 = 0; C3 = 0; C4 = 0;

break;

case 2:

C1 = 0; C2 = 1; C3 = 0; C4 = 0;

break;

case 3:

C1 = 0; C2 = 0; C3 = 1; C4 = 0;

break;

case 4:

C1 = 0; C2 = 0; C3 = 0; C4 = 1;

break;

}

P0 = dat; //ê?3?êy??1ü??ê?μ??úèY

}

/*====================4??êy??1ü?ˉì???ê?oˉêy======================*/

void DisPlaySMG()

{

DisPlaySMG_Bit(1, SMGNoDot_CA[s1]);

DelaySMG(100);

DisPlaySMG_Bit(2, 0xbf);

DelaySMG(100);

DisPlaySMG_Bit(3, 0xbf);

DelaySMG(100);

DisPlaySMG_Bit(4, SMGNoDot_CA[s2]);

DelaySMG(100);

}

/*======================°′?üé¨?è′|àíoˉêy=======================*/

void Scan_Keys()

{

//SW1°′?üé¨?è′|àí

if(SW1 == 0)

{

DelaySMG(200);

if(SW1 == 0)

{

while(SW1 == 0)

{

DisPlaySMG();

}

s1++;

if(s1 == 10)

{

s1 = 0;

}

}

}

//SW2°′?üé¨?è′|àí

if(SW2 == 0)

{

DelaySMG(200);

if(SW2 == 0)

{

while(SW2 == 0)

{

DisPlaySMG();

}

s2++;

if(s2 == 10)

{

s2 = 0;

}

}

}

}

/*==========================?÷oˉêy============================*/

void main()

{

while(1)

{

DisPlaySMG();

Scan_Keys();

}

}

2、結(jié)構(gòu)圖


三、流程圖


五、

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容