archieve: homework5 test2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user