example_281xhaltwake.gel
来自「examples for TI DSP2812, created by Texa」· GEL 代码 · 共 30 行
GEL
30 行
/*
// TI File $Revision: /main/1 $
// Checkin $Date: April 9, 2007 17:04:43 $
//###########################################################################
//
// 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 Halt Mode Wakeup Example"
hotmenu Load_and_Build_Project()
{
GEL_ProjectLoad("Example_281xHaltWake.pjt");
GEL_ProjectBuild("Example_281xHaltWake.pjt");
}
hotmenu Load_Code()
{
GEL_Load(".\\debug\\Example_281xHaltWake.out");
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?