基于单片机的,用C如何编程,让没按一下按键,数码管自动加一。另外一个按键没按一下,数码管自动减一。
基于单片机的,用C如何编程,让没按一下按键,数码管自动加一。另外一个按键没按一下,数码管自动减一。
日期:2011-07-28 15:23:03 人气:1
#include
#define uint unsigned int
#define uchar unsigned char
sbit wela=P2^4;
sbit dula=P2^3;
sbit key1=P2^1;
sbit key2=P2^0;
uchar code table[]={
0x3f,0x06,0x5b,0x4f,0x66,
0x6d,0x7d,0x07,0x7f,0x6f
};
void display();
uint tt,bai,shi,ge;
void initial(