代码搜索结果

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

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.c

/********************************************************************************************* * File: light.c * Author: embest * Desc: control board's two LEDs on or offf * History: **********

led.c

/********************************************************************************************* * File: light.c * Author: embest * Desc: control board's two LEDs on or offf * History: **********

led.h

//LED GPIO #define GPBCON (*(volatile unsigned long *)0x56000010) #define GPBDAT (*(volatile unsigned long *)0x56000014) #define GPBUP (*(volatile unsigned long *)0x56000018) void InitLed(); void LedP