代码搜索结果
找到约 35,557 项符合
LED 的代码
led.c
#include
void main()
{
unsigned int i;
while(1)
{
for(i=0;i
led.c
/******************************************************
* 文件名称:
* led.c
* 文件说明:显示的时候首先设置要显示的内容
* 然后使能相应的LED
*
*****************************************************/
#ifn
led.c
/***********************************************************************
*** File Name:led,c
*** Create by:陈伟峰
*** Create Date:2009-5-3
***********************************************************
bn-led.cce
Warning[000] D:\work\test\BN-LED\BN-LED.C 3 : Spelling of #include file "C:\HT-PIC\INCLUDE\delay.c" does not match actual name
Warning[000] D:\work\test\BN-LED\BN-LED.C 196 : unused variable definiti
bn-led.err
D:\WORK\TEST\BN-LED\BN-LED.C: 3: Spelling of #include file "C:\HT-PIC\INCLUDE\delay.c" does not match actual name (warning)
bn-led.mcs
[Header]
MagicCookie={0b13fe8c-dfe0-40eb-8900-6712719559a7}
Version=1.0
[File000]
Location=D:\work\test\BN-LED\BN-LED.obj
Folder=Intermediary
[File001]
Location=D:\work\test\BN-LED\BN-LED.cce
bn-led.tagsrc
D:\work\test\BN-LED\BN-LED.C
led.lnp
"led.obj"
TO "led"
RAMSIZE(256)
led.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Target '
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