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

📄 ping.h

📁 ST7540 Demo 下位机C程序
💻 H
字号:
/*********************************************************************************
*                ST 7538 DEMOBOARD SOFTWARE 	  ping.h                            *
*                                                                                 *
*                 ping  functions                                    V1.2         *
***********************************************************************************/

#ifndef __PING_H__
#define __PING_H__

/**********************************************************************************
* PING_Init function: initializes data
**********************************************************************************/
void PING_Init(void);
/**********************************************************************************
* PING_Analyze function: manages ping 
**********************************************************************************/
void PING_Analyze(void);
/**********************************************************************************
* PING_Start function: enables ping function and activate timeouts
**********************************************************************************/
void PING_Start(void);
/**********************************************************************************
* PING_Stop function: disables ping function 
**********************************************************************************/
void PING_Stop(void);
/**********************************************************************************
* PING_GetStatistics function: put Slave information on RS-232 buffer
**********************************************************************************/ 
void PING_GetStatistics(BYTE *Buffer);

#endif __PING_H__

⌨️ 快捷键说明

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