代码搜索:LED

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

代码结果 10,000
www.eeworm.com/read/298517/7952940

sdb led.sdb

[p GLOBOPT AUTOSTATIC PIC14 PICMIDHI PICLOMID ] "13 c:\program files\HT-PIC\INCLUDE\pic16f62xa.h [v _TMR0 `Vuc 1 s 1 @1 ] "14 [v _PCL `Vuc 1 s 1 @2 ] "15 [v _STATUS `Vuc 1 s 1 @3 ] "16 [v _
www.eeworm.com/read/298517/7952943

rlf led.rlf

www.eeworm.com/read/298517/7952944

c led.c

#include "pic16f62xa.h" #include "pic.h" #include "typedefine.h" #include "extern.h" bank1 uchar aloneD[4]; //段码0-9端口驱动. void lightled0(void) { RA4 = 1; PORTB &= 0b00000110; }
www.eeworm.com/read/298517/7952945

obj led.obj

www.eeworm.com/read/197931/7961786

o led.o

www.eeworm.com/read/197931/7961790

axf led.axf

www.eeworm.com/read/197931/7961794

mcp led.mcp

www.eeworm.com/read/197931/7961798

c led.c

#include #include #include "option.h" #include "strata16.h" volatile unsigned int * pLedData; #define rGPFCON (*(volatile unsigned *)0x56000050) #define rGPFDAT (*(volat
www.eeworm.com/read/197869/7965440

c led.c

#define IN_TGPIO #include "config.h" #define LED 16 // P2.16 controle LED int main(void) { int fd; uint32 val; fd = open("/dev/P2", O_RDONLY); if(fd == -1) { print
www.eeworm.com/read/197737/7972221

h led.h

/********************************************************************** * * Filename: led.h * * Description: Header file for LED-related functionality. * * Notes: The constants i