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

📄 gprs.h

📁 GPRS模组,GPRS原理图,sim300
💻 H
字号:
//====================================================================================// 文 件 名:GPRS.h// 功能描述: 声明GPRS.c中定义的函数// 维护记录: 2007年12月18日    V1.0    by hongyan.Feng//====================================================================================// SUNPLUS  S+core IDE generated include file.#ifndef EX35_GPRS_GPRS_H_31101_15006__INCLUDED_#define EX35_GPRS_GPRS_H_31101_15006__INCLUDED_#include "SPCE3200_Register.h"#include "SPCE3200_Constant.h"#include ".\Queue\Queue.h"#include <string.h>#define TRUE 1#define FALSE 0extern char full, g_RecvBuf[300];		//void delay(int i);void GPRS_SendChar(char cData);void GPRS_SendString(char *cmd);void GPRS_SendInt(unsigned int n);int GPRS_SendCommand(char *cmd);void GPRS_Init(unsigned int UART_Bandrate);void GPRS_IRQ_Service(void);#endif //EX35_GPRS_GPRS_H_31101_15006__INCLUDED_

⌨️ 快捷键说明

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