typedef unsigned char uchar;
typedef unsigned int uint;
sbit SG = P0^0;
sbit SS = P0^1;
unsigned char code rst[6]={0xe4,0xc0,0xe0,0xc0,0xe0,0x22};//定义一个code类型 实现软件复位
uchar tab0[] = {0x81,0xbd,0x92,0x98,0xac,0xc8,0xc0,0x9d,0x80,0x88}; //0~9
uchar tab1[2] ={0xfe,0xfe} ;
uchar SendBuf[10];//发送的数
uchar *p;
uchar t1,t2;
uchar channel;
uchar SendLen=0,BufLen=7;
Timer_0();//数码动态扫描的定时函数
Delay(uint t);//按键去抖的延时函数
uint Key_1();//键盘扫描函数
uint Key_2();//键盘返回值函数
Delay();//延时函数
Reset();//复位函数
Affirm();//确认发送函数
void init_ser1();//串口初始化函数
void SendTo();
void Coding(char,char,char,char,char);
main()
{
}
uint Key_1()
void init_ser1()
{
// REN=1;
//
// SM0=0;
// SM1=1;
//
// TMOD=TMOD&0xf0|0x20;//通过定时器1设置串口波特率
// PCON|=0x0;
// TH1=0xFD;
// TL1=0xFD; //波特率9600
// PS=1;
//
// TR1=1;
// ES=1;
}
void Serial(void)
{
}
void SendTo(void)
{
}
上一篇:单片机 4*4 矩阵键盘应用
下一篇:单片机中的上拉、下拉电阻
推荐阅读最新更新时间:2024-03-16 14:35