代码搜索:LED显示
找到约 10,000 项符合「LED显示」的源代码
代码结果 10,000
www.eeworm.com/read/368204/9705362
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/172435/9708197
h led.h
#ifndef __led_H__
#define __led_H__
void Test_Led(void);
#endif /*__led_H__*/
www.eeworm.com/read/172413/9709085
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/172413/9709087
c led.c
/*********************************************************************************************************
** Small RTOS(51)
** Th
www.eeworm.com/read/171867/9731541
lst led.lst
C51 COMPILER V7.02b LED 11/12/2004 14:52:13 PAGE 1
C51 COMPILER V7.02b, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN Le
www.eeworm.com/read/171867/9731545
obj led.obj
www.eeworm.com/read/171867/9731553
c led.c
#include "reg51.h"
#include "Led.h"
void LedSet(unsigned char buf[3])
{ char num;
code char ziku[] = {
0x11,0xD7,0x32,0x92,0xD4,0x98,0x18,0xD3,0x10,0x90,};
num=buf[0];
P1 = ziku[
www.eeworm.com/read/367807/9731610
h led.h
#ifndef __LED_h__
#define __LED_h__
// write your header here
#endif