#define Num_of_Results 32
#define keyin (P1IN&0x0f)
uchar shuzi[] = {"0123456789."};
uchar tishi[] = {"The volt is:"};
static uint results[Num_of_Results],results1[Num_of_Results]; //保存ADC轉(zhuǎn)換結(jié)果的數(shù)組 // is not used for anything.
void Trans_val(uint Hex_Val);