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

📄 gps.h

📁 GPS导航系统中
💻 H
字号:
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <tk/tkernel.h>
#include <tk/util.h>
#include <device/serialio.h>
#include <device/rs.h>
#include <device/screen.h>


#define TD_UPDATE 0x0003 /* read/write */
#define TD_EJECT 0x0001 /* eject media */
#define true 1

typedef struct
{
	int hour;
	int min;
	int sec;
	int day;
	int month;
	int year;
	double positionX;/*经度信息*/
	double positionY;/*纬度信息*/
}GPSinfor;

GPSinfor xx1;

IMPORT void gps_task( int, VP);

⌨️ 快捷键说明

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