代码搜索结果
找到约 10,000 项符合
LED 的代码
led.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR C:\icc\examples.avr\LED\
FILE led.c
FUNC Delay 96 fV
BLOCK 8 96
DEFREG a 16 c
DEFREG b 18 c
LINE 8 96
LINE 11 96
LINE 12 9A
LINE 13 9E
LINE
led.c
#include
#include
/* This seems to produce the right amount of delay for the LED to be
* seen
*/
void Delay()
{
unsigned char a, b;
for (a = 1; a; a++)
for (b
led.c
/*****************************************************
* 文件名称:
* led.c
* 文件说明:显示的时候首先设置要显示的内容
* 然后使能相应的LED
*
*****************************************************/
#ifnd
led.c
/*****************************************
NAME: led.c
DESC: Led test
WWW.YCTEK.COM
*****************************************/
#include "def.h"
#include "option.h"
#include "2410addr.h"
led.h
void led(void);
led.h
void led(void);
led.c
/*****************************************
NAME: led.c
DESC: Led test
WWW.YCTEK.COM
*****************************************/
#include "def.h"
#include "option.h"
#include "2410addr.h"
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 {