llled.c
来自「dm642网络传输程序」· C语言 代码 · 共 27 行
C
27 行
//--------------------------------------------------------------------------
// 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 + =
减小字号Ctrl + -
显示快捷键?