📄 led.tcf
字号:
/*
* ======== led.tcf ========
*
*! Revision History
*! ================
*! 21-Feb-2002 mw Created.
*
* To create tone.cdb, add %TI_DIR$\bin\utilities\tconf path to Dosrun.bat
* then type the following at the command line:
* tconf -Dconfig.importPath="%TI_DIR%\c5400\dsk5416\include"
* -Dconfig.tiRoot="%TI_DIR%" led.tcf
*
*/
utils.seedPath = environment["config.tiRoot"] + "\\c5400\\bios\\include";
utils.loadPlatform("Dsk5416");
utils.getProgObjs(prog);
/* Add UserTask() as first non-idle task */
var userTask = TSK.create("blink0");
userTask.fxn = prog.extern("Blink0");
prog.gen();
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -