This commit is contained in:
2026-04-23 10:50:18 +08:00
commit a436fda935
844 changed files with 272643 additions and 0 deletions

View File

@ -0,0 +1,16 @@
#ifndef _TCPIP_H
#define _TCPIP_H
#include "ENC28J60.h"
extern unsigned char verify_password(char *str);
extern unsigned char analyse_get_url(char *str);
extern unsigned int print_webpage(unsigned char *buf,unsigned char on_off1,unsigned char on_off2,unsigned char on_off3,unsigned char on_off4);
extern unsigned int simple_server(void);
#endif