⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 myshell.c

📁 51avr http协议 代码
💻 C
字号:

#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -