代码搜索:LED控制
找到约 10,000 项符合「LED控制」的源代码
代码结果 10,000
www.eeworm.com/read/474412/6808984
hex led.hex
:100003000000000000000000007EFFC3C3FF7E006D
:10001300000043FFFF0300000063C7CFDBF363006F
:100023000042DBDBDBFF6600003E46FFFF06060007
:1000330000F6F7D3D3DFDE00007EFFDBDBDF4E000D
:1000430000C0C0C7FFF
www.eeworm.com/read/474412/6808993
dsn led.dsn
www.eeworm.com/read/474412/6808996
led1
www.eeworm.com/read/474412/6809005
opt 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 {
www.eeworm.com/read/474412/6809006
c led.c
#include
sbit sck0=P2^0;
sbit ds0=P2^1;
sbit res0=P2^2;
sbit cs4=P1^0;
sbit cs5=P1^1;
unsigned char code tab[96]={0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, //空格
www.eeworm.com/read/474412/6809007
lst led.lst
C51 COMPILER V8.05a LED 09/23/2008 18:17:04 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN le
www.eeworm.com/read/474137/6815623
c led.c
/*****************************************
NAME: led.c
DESC: Led test
WWW.YCTEK.COM
*****************************************/
#include "def.h"
#include "option.h"
#include "2410addr.h"
www.eeworm.com/read/474137/6815624
rar led.rar
www.eeworm.com/read/474252/6816881
c 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
www.eeworm.com/read/473863/6842132
pjt led.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="c:\icetek-vc5509-edulab\lab0301-led\"
ProjectType=Executable
CPUFamily=TMS320C55XX
T