?? llled.c
字號:
//--------------------------------------------------------------------------
// IP Stack
//--------------------------------------------------------------------------
// llled.c
//
// Interface to User LED
//
// Author: Michael A. Denio
// Copyright 2003 by Texas Instruments Inc.
//-------------------------------------------------------------------------
#include <stkmain.h>
#ifdef USER_LED_INIT
// LED bits used by various devices
uint llLedBits = USER_LED_INIT;
#endif
// User LED Init and Shutdown Functions
//
// These are only here in case they are eventually needed.
// Perhaps they would be needed to setup the CE space for
// the LEDs on some hardware...
void _llUserLedInit() {}
void _llUserLedShutdown() {}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -