代码搜索:GPs 开发教程
找到约 10,000 项符合「GPs 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/421535/10731823
prj gps.prj
[Compiler Options]
Edit1=
Edit2=
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=0x20000
Edit10=4096
ComboBox2=50
RadioGroup1=0
Edit15=
CheckBox6=0
Ed
www.eeworm.com/read/421535/10731837
hex gps.hex
:040000000C94DC0B75
:14008C0000000000000000000000000000000000000038FC2C
:1400A000FC3800000000000D0D000000000E1E00001E0E00A6
:1400B400000000000000000020F8F820F8F82000020F0F02D6
:1400C8000F0F0200387
www.eeworm.com/read/421535/10731844
dbg gps.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.2
CPU AVR
FRAMEPOINTER Y
DIR D:\SOURCE~1\手持gps测量仪\
FILE main.c
FUNC main 1DDE fV
BLOCK 20 1DDE
DEFLOCAL n 1 i
DEFLOCAL j 1 i
DEFLOCAL y 1 c
DEFLOCAL x 1 c
www.eeworm.com/read/421535/10731847
mp gps.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/276429/10737848
obj gps.obj
www.eeworm.com/read/276429/10737994
c gps.c
#include
#include "global.h"
#include "io.h"
#include "serial.h"
#include "timer.h"
#include "gps.h"
enum
{
LONLAT_DMM=1, /*LONGITUDE LATITUDE DEGREE MINUTE MINUTE/10000 form
www.eeworm.com/read/276429/10738045
lst gps.lst
C51 COMPILER V7.50 GPS 04/04/2007 15:49:17 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE GPS
OBJECT MODULE PLACED IN gps
www.eeworm.com/read/276429/10738119
h gps.h
#ifndef gps_h
#define gps_h
void GPSModule_init(void);
void ReadGPS(void);
#endif
www.eeworm.com/read/350217/10757912
make_gps
/opt/host/armv4l/bin/armv4l-unknown-linux-gcc -o 485_send_data.o gps gps.c
www.eeworm.com/read/350217/10757915
c gps.c
// this is a test about GPS Receiver
#include
#include
#include
#include // open() close()
#include // read() write()
#include