代码搜索结果

找到约 10,000 项符合 LED 的代码

led.pbi

This is an internal working file generated by the Source Browser. 21:04 38s J:\IAR5\LPC2148_UART\src\led.c J:\IAR5\LPC2148_UART\src\led.c -o J:\IAR5\LPC2148_UART\FLASH\Obj\ --no_cse --no_unroll

led.h

//led.h // init led port void LedsInit(void); // single blink led 1 void Led1Blink(void); void Led1BlinkSlow(void); // turn on led 1 void Led1On(void); // turn off led 1 void Led1Off(void

led.c

//led.c #include #include "led.h" void Delay (unsigned long a) { // 简单延时 while (--a!=0); } void LedsInit(void) { // 初始化led端口 IO0DIR_bit.P0_25 = 1; // port0.25设为输出

led.lst

############################################################################### # # #

led.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {

led.hex

:10000000060000EA1F0000EA1E0000EA1D0000EAE8 :100010001C0000EA1B0000EA1A0000EA190000EACE :1000200078309FE503D0A0E102AC4DE20010A0E3E0 :1000300001B0A0E10170A0E14C109FE54C309FE5BC :10004000013053E0030

led.c

// Copyright (c) 2001-2003 Rowley Associates Limited. // // This file may be distributed under the terms of the License Agreement // provided with this software. // // THIS FILE IS PROVIDED AS IS