代码搜索:LED取模
找到约 10,000 项符合「LED取模」的源代码
代码结果 10,000
www.eeworm.com/read/200208/15438178
c led.c
#include
#include "led.h"
void Delay (unsigned long a) { // 简单延时
while (--a!=0);
}
void LedInit(void) { // 初始化led端口
IO0DIR_bit.P0_31 = 1; // port0.31设为输出,LED
}
www.eeworm.com/read/113179/15467428
obj led.obj
www.eeworm.com/read/113179/15467431
plg led.plg
Build target 'Target 1'
compiling led.c...
linking...
Program Size: data=10.0 xdata=0 code=186
"led" - 0 Error(s), 0 Warning(s).
www.eeworm.com/read/113179/15467436
opt led.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/113179/15467437
c led.c
www.eeworm.com/read/113179/15467438
lst led.lst
C51 COMPILER V6.23a LED 09/08/2003 17:00:38 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN le
www.eeworm.com/read/112793/15476735
h led.h
/**********************************************************************
*
* Filename: led.h
*
* Description: Header file for LED-related functionality.
*
* Notes: The constants i
www.eeworm.com/read/112793/15476738
c led.c
/**********************************************************************
*
* Filename: led.c
*
* Description: LED-related functionality.
*
* Notes: The constants in this file are
www.eeworm.com/read/112793/15476739