代码搜索:LED

找到约 10,000 项符合「LED」的源代码

代码结果 10,000
www.eeworm.com/read/304208/13798464

led_noinclude

www.eeworm.com/read/304208/13798465

o led.o

www.eeworm.com/read/304208/13798466

c led.c

#include #include #include #include #include #include #include #include
www.eeworm.com/read/303994/13805295

ocx led.ocx

www.eeworm.com/read/303483/13814775

c led.c

//串行驱动led显示, //一个74hc595位移寄存器驱动三极管驱动led位, //两个74hc595驱动led段,方式位5位x8段x2=10个数码管 //5分频,每次扫描时间位1.25ms //定义特殊符号 #define nul 0xf #define qc 0xc #define qb 0xb #define q_ 0xa #define q__ 0xd
www.eeworm.com/read/303360/13817210

h led.h

/**************** (c) 2006 佛山菱电 ***************************************** PROJECT : AUX VRV 挂机/柜机 COMPILER : AVR GCC/ICC MODULE : led.h VERSION : 1.0.0 DATE : 2006/01/03 AUTHOR : 朱坤
www.eeworm.com/read/303360/13817224

c led.c

/**************** (c) 2005 佛山菱电 ***************************************** PROJECT : AUX VRV COMPILER : AVR GCC/ICC MODULE : led.c VERSION : 1.0.0 DATE : 2006/01/04 AUTHOR : 朱坤 DESCR
www.eeworm.com/read/302820/13826935

h led.h

//灯控制 #define RBIT 4 #define GBIT 5 #define RED_LED SET_BIT(PORTD,RBIT) #define GREEN_LED SET_BIT(PORTD,GBIT) #define CLOSE_LED {CLR_BIT(PORTD,RBIT);CLR_BIT(PORTD,GBIT);} static unsigned char
www.eeworm.com/read/302820/13826945

_h led._h

//灯控制 #define RBIT 4 #define GBIT 5 #define RED_LED SET_BIT(PORTD,RBIT) #define GREEN_LED SET_BIT(PORTD,GBIT) #define CLOSE_LED {CLR_BIT(PORTD,RBIT);CLR_BIT(PORTD,GBIT);} static unsigned char
www.eeworm.com/read/302622/13830736

asm led.asm

IOSFT_REG .usect ".data0",1 ;要显示的数据寄存器 .include "F2407REGS.H" ;引用头部文件 .def _c_int0 .text _c_int0: ;相当于主程序的入口 CALL SYSINIT ;调系统初始化程序 LDP #DP_PF2 ;