代码搜索:GPs 有哪些应用?
找到约 10,000 项符合「GPs 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/379829/9174452
inc gps.inc
.DEF _sate=R5
_3:
.DB 0x0,0x11,0x0,0x0
_4:
.DB 0x0,0x11,0x0,0x0
.DEF _gpscount=R4
.DEF _engps_alarm=R7
_0:
.DB 0x24,0x50,0x53,0x52,0x46,0x31,0x30,0x33
.DB 0x2C,0x32,0x2C,0x30,0x2
www.eeworm.com/read/379829/9174455
pr~ gps.pr~
[Project]
Toolset=AVR
FormatVersion=2
Files=0
OpenedFiles=0
[Compiler]
Chip=ATtiny13
CPUClock=4000000
MemoryModel=0
OptimizeSize=1
OptimizationLevel=2
PrintfFeatures=1
ScanfFeatures=0
Dat
www.eeworm.com/read/379829/9174458
c gps__.c
#include
#include
#include
#define GPS_RST PORTE.5 //1 DDRE=00100010
#define GPS_TX PORTD.2 //0 DDRD=11111011
#define
www.eeworm.com/read/379829/9174460
asm gps.asm
www.eeworm.com/read/379829/9174461
lst gps.lst
www.eeworm.com/read/379829/9174462
c gps.c
#include
#include
#include
#define GPS_RST PORTE.5 //1 DDRE=00100010
#define GPS_TX PORTD.2 //0 DDRD=11111011
#def
www.eeworm.com/read/379829/9174463
txt gps.txt
www.eeworm.com/read/379829/9174465
c~ gps.c~
#include
#include
#include
#define GPS_RST PORTE.5 //1 DDRE=00100010
#define GPS_TX PORTD.2 //0 DDRD=11111011
#def
www.eeworm.com/read/379829/9174467
prj gps.prj
[Project]
Toolset=AVR
FormatVersion=2
Files=1
OpenedFiles=1
F1=gps.c
Top0=224
Left0=399
Height0=322
Width0=481
Active0=0
State0=0
OF1=gps.c
Top1=-30
Left1=-4
Height1=650
Width1=1047
R
www.eeworm.com/read/379829/9174469
i gps.i
// CodeVisionAVR C Compiler
// (C) 1998-2004 Pavel Haiduc, HP InfoTech S.R.L.
// I/O registers definitions for the ATmega64
#pragma used+
sfrb PINF=0;
sfrb PINE=1;
sfrb DDRE=2;
sfrb PORTE=3;