myshell.c

来自「51avr http协议 代码」· C语言 代码 · 共 43 行

C
43
字号

#include <string.h>
#include "serial.h"
#include "SerEEROM.h"
#include "word.h"
#include "myshell.h"
#include "mystring.h"
#include "word.h"
#include "convert.h"
#include "myconfig51.h"
#include "net.h"
#include "arp.h"
#include "eth.h"
#include "udp.h"

extern unsigned long my_ipaddr;
extern unsigned long gateway_ipaddr;
extern unsigned long my_subnet;
extern unsigned long SNMP_ip_address;

extern unsigned char my_hwaddr[];

extern ARP_CACHE xdata arp_cache[];


extern UINT xdata sender_udpport;
extern ULONG xdata sender_ipaddr;


unsigned long temp_ip_address;
//Command execute.
void WriteBdSel(WORDTABLE *WordTable)//输出板选4bit16板位
{
	long int  Num;
}

void WriteDataX(WORDTABLE *WordTable)//向X5045中给定地址写入数据
{
//   char buf[112]; 
}


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?