代码搜索:LED

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

代码结果 10,000
www.eeworm.com/read/339282/12245282

omf led.omf

www.eeworm.com/read/339282/12245284

led1

/*----------------------------------- 收款机数字显示器驱动程序(通信部分) -----------------------------------*/ /*数字led显示程序模块,通常显示0。00,只有在营业过程中改变输入的数字及小计,单价,余额指示灯*/ #include #include #in
www.eeworm.com/read/339282/12245289

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/339282/12245292

hex led.hex

:030000000201E713 :0C01E700787FE4F6D8FD75814702002601 :1001CD00C0F9A4B0999282F8809040792430191228 :0A01DD0002780010BFFD00FF3F7F15 :03001B00020006DA :020006000032C6 :03000B000200BE32 :1000BE00C0
www.eeworm.com/read/339282/12245293

obj led.obj

www.eeworm.com/read/339189/12253078

c led.c

#include #include #include #define SCLK1(YesOrNo) (YesOrNo ? (PORTD |= (1
www.eeworm.com/read/150781/12262396

h led.h

/////////////////////////////////////////////////////////////////////////////// // Led.h : header file // Visual Source Safe: $Revision: 1.2 $ // // Led static control. Will display a LED in 4 dif
www.eeworm.com/read/150781/12262417

cpp led.cpp

/////////////////////////////////////////////////////////////////////////////// // Led.cpp : implementation file // Visual Source Safe: $Revision: 1.5 $ // // Led static control. Will display a LE
www.eeworm.com/read/252757/12265113

c led显示.c

#include #include #define uint usigned int #define uint uchared char void delay(uint); void display(void); uchar disbuffer[8]={0,1,2,3,4,5,6,7}; void main(void) { XBYTE
www.eeworm.com/read/252757/12265123

asm led显示.asm

LED: MOV A,#80H MOV DPTR,#7F03H MOV @DPTR,A MOV R2,57H MOV R3,7FH LED1: MOV DPTR,#TAB MOV A,@R2 MOV A,@A+DPTR MOV DPTR,#7FOOH MOV @DPTR,A INC DPTR MOV A,@R3 MOV @DPTR,A CALL D