前辈,教我写一个51单片机题吧。使用定时器实现0-255的加1显示。
前辈,教我写一个51单片机题吧。使用定时器实现0-255的加1显示。
日期:2014-01-02 13:51:26 人气:1
#include #include #define uchar unsigned char#define uint unsigned int//段码//uchar code DSY_CODE[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};//变量uchar Count,Number;//延时(软件延时)void DelayMS(uint ms){ uchar t; while(