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

📄 connections.h

📁 embedded ethernet code for pic18F
💻 H
字号:
// Key functions for invoking the network stack from a main loop
//
// handleIncomingPacket(unsigned char *) - handles incoming data, passing it to servers, with data in the array
// handleOutgoingPacket(unsigned char *) - handles packets that servers may wish to send out, with data in the array

void handleIncomingPacket(unsigned char *);
void handleOutgoingPacket(unsigned char *);

⌨️ 快捷键说明

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