PIC单片机ADC的编程设计-#include
__CONFIG(0X1F71);
#define uchar unsigned char
#define uint unsigned int
const uchar Tab[]=
{0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
const uchar Tab1[]=
{0xbf,0x86,0xdb,0xcf,0xe6,0xed,0xfd,0x87,0xff,0xef};//带小数点的代码