pid.mak
来自「一个TSM320C2407的PID控制算法 很管用,可以在C中嵌套使用.」· MAK 代码 · 共 34 行
MAK
34 行
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
and dependencies.
[command filename]
2407.cmd 2
[Project Root]
D:\project\projiect software\2407iv\软件编程\PID
[build options]
3
Linker = "-c -o PID.out -x "
Assembler = "-gs -v2xx "
Compiler = "-g -v2xx -as -frD:\project\projiect "
[source files]
PIDSYS.asm 1085728326 1
F2407REGS.H 1036565076 0
-7692
[dependencies]
1 1:6 8100
0 -802
[version]
2.0
*/
-c -o PID.out -x
"PIDSYS.obj"
"2407.cmd"
/******** End of Project Data Generated by Code Composer ********/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?