example_281xidlewake.gel

来自「examples for TI DSP2812, created by Texa」· GEL 代码 · 共 29 行

GEL
29
字号
/*
// TI File $Revision: /main/1 $
// Checkin $Date: April 9, 2007   17:05:03 $
//###########################################################################
//
// This .gel file can be used to help load and build the example project.
// It should be unloaded from Code Composer Studio before loading another 
// project. 
//
//###########################################################################
// $TI Release: DSP281x Header Files V1.11 $
// $Release Date: September 26, 2007 $
//###########################################################################
*/

menuitem "DSP281x Low Power Idle Mode Wakeup Example"

hotmenu Load_and_Build_Project()
{
   GEL_ProjectLoad("Example_281xIdleWake.pjt");
   GEL_ProjectBuild("Example_281xIdleWake.pjt");
}

hotmenu Load_Code()
{
   GEL_Load(".\\debug\\Example_281xIdleWake.out");

}

⌨️ 快捷键说明

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