效果:
清单:
AT89S52 * 1
74HC573 * 2
最小系统 * 1
4位数码管 * 1
杜邦线若干
说明:
P0的8个口接数码管,P1的0~2共3个口接位选、段选和秒指示灯
源码:
/**
* 单片机4位数码管时钟钟表C语言源码
*/
#include <reg52.h>
unsigned int f = 0,delayCount = 0,delayLed = 0,sleepDelay = 3;
unsigned char code numTable[]={
0x3f,
0x06,0x5b,0x4f,0x66,0x6d,
0x7d,0x07,0x7f,0x6f,0x77,
0x7c,0x39,0x5...
分类为 单片机 的文章: