186
69
2
236
168
134
210
#include #define uint8 unsigned char#define uint16 unsigned short int//数码管段码显示:0~f,不亮uint8 code LED_Disp[] = {0xC0,0xF9,0xA4,0xB0, //这一组编码当中不包含小数点 0x99,0x92,0x82,0xF8, 0...