#include #define uchar unsigned char #define uint unsigned int const uchar DATA_7SEG[ ] ={0xc0,0xcf,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90}; uchar led[4],min,sec; //delay()________________________________________________ void delay(uchar t) {uchar i; for (i=0;i