archieve: homework5 test2

This commit is contained in:
2025-04-24 17:31:02 +08:00
parent acd7bb9ec9
commit cd667a286e
6 changed files with 106 additions and 21 deletions
-19
View File
@@ -3,25 +3,6 @@
// display the last 6 digits of your student ID on the Seg.
#include "homework5.h"
unsigned char code LedChar[] = {
0xC0,
0xF9,
0XA4,
0XB0,
0X99,
0X92,
0X82,
0XF8,
0X80,
0X90,
0X88,
0X83,
0XC6,
0XA1,
0X86,
0X8E,
};
unsigned char LedBuff[6] = {
0xFF, 0XFF, 0XFF, 0XFF, 0XFF, 0XFF};
unsigned char i = 0;