代码搜索:LEDlight

找到约 30 项符合「LEDlight」的源代码

代码结果 30
www.eeworm.com/read/353733/10425457

asm spiled.asm

;************************************************* ;* spiled.asm ** ;************************************************* ;* 本程序为数码管显示处理模块程序 ;* 占用I/
www.eeworm.com/read/351475/10647880

c timer.c

/* \\\|/// \\ - - // ( @ @ ) +---------------------oOOo-(_)-oOOo-------------------------+ | 智林STM32开
www.eeworm.com/read/351472/10648481

c app.c

/* \\\|/// \\ - - // ( @ @ ) +---------------------oOOo-(_)-oOOo-------------------------+ | 智林STM32开
www.eeworm.com/read/420979/10763441

c timer.c

/* \\\|/// \\ - - // ( @ @ ) +---------------------oOOo-(_)-oOOo-------------------------+ | 智林STM32开
www.eeworm.com/read/492890/6411622

c app.c

/* \\\|/// \\ - - // ( @ @ ) +---------------------oOOo-(_)-oOOo-------------------------+ | 智林STM32开
www.eeworm.com/read/347156/11687340

c timer.c

/* \\\|/// \\ - - // ( @ @ ) +---------------------oOOo-(_)-oOOo-------------------------+ | 智林STM32开
www.eeworm.com/read/412979/11171394

c app.c

/* \\\|/// \\ - - // ( @ @ ) +---------------------oOOo-(_)-oOOo-------------------------+ | 智林STM32开
www.eeworm.com/read/25809/950397

c gpio_test.c

/************ ****利用按键输入来控制对应的LED灯,演示LE1的GPIO功能 ************/ #include "gpio_def.h" void main(void) { gpio_init(); while(1) { ledlight(keyscan()); } }
www.eeworm.com/read/172662/9697088

asm rmbscr.asm

;** 人民币汇率屏程序 ************************************************* r2864dph equ 20h ;2864 DPTR保存单元 r2864dpl equ 21h ledydph equ 22h ;LED DPTR保存单元 ledydpl equ 23h ledlight equ 24h ;
www.eeworm.com/read/415596/11061870

cdd

//LCD12864P.c #include "AT89x051.h" #include #include #include #define Ledlight() (P0 &= 0x7f) #define Leddark() (P0 |= 0x80) sbit LED3=P0^0; sbit LED4