数码管倒计时及蜂鸣器报警
#include<reg52.h>
#define uint unsigned int
#define uchar unsigned char
sbit bell= P0^7;
//unsigned char dofly_table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
// 0 1 2 3 4 5 6 7 8 9
unsigned char dofly_table[]={
0xbf,0x86,0xdb,0xcf,0xe6,0xed,0xfd,0x