gps_sim.cyp

来自「使用CYAN单片机的ECOG1开发板连接SIM300C的GSM模块开发的短信收发」· CYP 代码 · 共 48 行

CYP
48
字号
<project buildenvironment="{5bb3321d-c620-467d-8787-1a268e2edf63}" executionenvironment="{ab5780d6-ed62-47a1-a50c-bc70aee3b715}" executionenvironmentname="eCOG1 Eval Board" version="1.00.0003" buildenvironmentname="eCOG1" > <folder name="ASM Files" >  <extension name="asm" />  <file path="${PROJECT_PATH}/irq.asm" />  <file path="${PROJECT_PATH}/cstartup.asm" />  <file path="${ECOG1_INCLUDE}/math.h" /> </folder> <folder name="C Files" >  <extension name="c" />  <file path="${PROJECT_PATH}/main.c" />  <file path="${PROJECT_PATH}/cyan_base_driver.c" />  <file path="${PROJECT_PATH}/gps.c" />  <file path="${PROJECT_PATH}/key_scan.c" /> </folder> <folder name="Header Files" >  <extension name="h" />  <file path="${PROJECT_PATH}/cyan_base_driver.h" />  <file path="${PROJECT_PATH}/gps.h" />  <file path="${PROJECT_PATH}/key_scan.h" /> </folder> <file path="${PROJECT_PATH}/internal.map" /> <file path="${PROJECT_PATH}/ecog1.cfg" /> <properties currentconfiguration="Release" >  <configuration name="Debug" >   <property key="brkInstallAddr" >0</property>   <property key="defines" ></property>   <property key="includeDirs" >${CYANIDE_INSTALLDIR}/libraries/eCOG1k</property>   <property key="intermediateDir" >temp</property>   <property key="libDirs" ></property>   <property key="mapFile" >internal</property>   <property key="outputDir" >out</property>   <property key="packFile" >cstartup</property>   <property key="stabsInfo" >1</property>  </configuration>  <configuration name="Release" >   <property key="brkInstallAddr" >0</property>   <property key="defines" >NDEBUG</property>   <property key="includeDirs" >${CYANIDE_INSTALLDIR}/libraries/eCOG1k</property>   <property key="intermediateDir" >temp</property>   <property key="libDirs" ></property>   <property key="mapFile" >internal</property>   <property key="outputDir" >out</property>   <property key="packFile" >E:\Project_AML\GSM_SMS\gsm_modem\SIM300C backup 2007-10-06\</property>   <property key="stabsInfo" >1</property>  </configuration> </properties></project>

⌨️ 快捷键说明

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