代码搜索:LED取模

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

代码结果 10,000
www.eeworm.com/read/205321/15321071

c led.c

#include //#include #define BLKN 2 sbit G=0x97; sbit R_CLK=0x96; sbit SCLR=0x95; void delay(unsigned int); unsigned char data dispram[32]; /*-----------------------------
www.eeworm.com/read/205005/15330441

pwm-led

www.eeworm.com/read/205005/15330450

pwm-led

www.eeworm.com/read/203023/15367764

led8

www.eeworm.com/read/202330/15385988

o led.o

www.eeworm.com/read/202330/15386014

o led.o

www.eeworm.com/read/202330/15386054

c led.c

#include "LED.h" void LED_Set(u16 Port_Pin, enum LEDOPT opt) { switch(opt) { case LED_OFF: GPIO_WordWrite(GPIO2, GPIO_WordRead(GPIO2)&~Port_Pin); break; case LED_ON: GPIO_WordW
www.eeworm.com/read/202330/15386055

h led.h

#ifndef __LED_H__ #define __LED_H__ #include "71x_lib.h" #define LED3 0x0400 #define LED4 0x1000 #define LED5 0x4000 enum LEDOPT { LED_OFF, LED_ON, LED_TOGGLE }; inline void LED_
www.eeworm.com/read/202330/15386073

o led.o

www.eeworm.com/read/202330/15386121

o led.o