gps.h

来自「gps code include 頭文件和源程序」· C头文件 代码 · 共 42 行

H
42
字号
/**************************************************************************************
* GPS.h
*-------------------------------------------------------------------------------------------------
* Function: Test GPS module UART connection 
*---------------------------------------------------------------
* Author: Jason@SSCR, Email:qi23.zhao@samsung.com
*---------------------------------------------------------------
* revision 0.0		init code,test on Flying Pig plantform 	2007/5/11      
*
*/

#ifndef _GPS_H_
#define _GPS_H_

#ifdef __cplusplus
extern "C" {
#endif




//--- Macros --------------------------------------------------------------

//---- Function prototypes ---------------------------------------------------


//---- Main Function ----------------------------------
void GPS_Test(void);






#ifdef __cplusplus
}
#endif

#endif    //_GPS_H_


⌨️ 快捷键说明

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