⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 llled.c

📁 dm642网络传输程序
💻 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 + -