ledarrey.pjt
来自「利用变频软起动方式就可以解决电动机起动问题变频软起动控制系统在实时性允 许的前」· PJT 代码 · 共 28 行
PJT
28 行
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="d:\test\2407edulab_v299\lab12-ledarray\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="Linker"
Config="Debug"
Config="Release"
[Source Files]
Source="ledarray.c"
Source="ledarray.cmd"
["Compiler" Settings: "Debug"]
Options=-g -v2xx -as -frd:\test\2407edulab_v299\lab12-ledarray\Debug
["Compiler" Settings: "Release"]
Options=-g -v2xx -as -frd:\test\2407edulab_v299\lab12-ledarray\Release
["Linker" Settings: "Debug"]
Options=-c -m.\Debug\ledarrey.map -o.\ledarrey.out -x
["Linker" Settings: "Release"]
Options=-c -m.\Release\ledarrey.map -o.\Release\ledarrey.out -x
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?