资源简介

#include
#define uchar unsigned char
#define uint unsigned int
#define cs RC2
#define dout RC4
#define nop() asm(“nop”)
__CONFIG(0x3B31);
const uchar table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,
0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};
uchar data_temp;
void delay(uint x);
void init(

资源截图

代码片段和文件信息

评论

共有 条评论