代码搜索:LED4

找到约 530 项符合「LED4」的源代码

代码结果 530
www.eeworm.com/read/352133/10578562

c 脚踏测试20080721c.c

////*这是一个4位数码管的显示控制程序,实现1到9999的显示 */ #include //单片机的头文件 #include //接口输入输出的头文件 #include //??? sbit led1=P3^3; /*左为led1,右为led4 置0时显示*/ sbit led2=P3^2; sbit led3=
www.eeworm.com/read/254911/7092020

asm clock.asm

led1 equ 21h led2 equ 22h led3 equ 23h led4 equ 24h led5 equ 25h led6 equ 26h xscx equ 27h hor equ 30h min equ 31h sec equ 32h sw1 bit p2.7 sw2 bit p2.6 sw3 bit p2
www.eeworm.com/read/341999/12048007

asm 红外遥控读码器-定时中断数码管显示加遥控.asm

LED1 EQU 10H LED2 EQU 11H LED3 EQU 12H LED4 EQU 13H LED5 EQU 14H LED6 EQU 15H LED7 EQU 16H LED8 EQU 17H LED9 EQU 18H LED10 EQU 19H IRDATAA EQU 1AH IRDATAB EQU 1BH IRDATAC EQU
www.eeworm.com/read/26799/965704

led

#include"reg52.h" sbit led1=P2^4; sbit led2=P2^5; sbit led3=P2^6; sbit led4=P2^7; sbit key1=P3^2; sbit key2=P3^3; sbit key3=P3^4; sbit key4=P3^5; sbit beep=P2^0; void delay(int t); void mai
www.eeworm.com/read/367410/9750715

c main.c

/* Main.c file ADuC7027的第一个实验——LED流水灯 依次点亮LED1,LED4,LED5,LED6,LED7,LED8,LED9,LED10 作者:Computer-lov 建立日期:2006-3-19 修改日期:2006-3-20 版本:V1.0 版权所有,盗版必究。 任何技术问题可到我的博客上留言: http:
www.eeworm.com/read/142154/12960364

asm new.asm

; R0 LED显示标志,全程使用 ; R1 缓冲区读写标志,0:不可读;1:可读 ; R2R3 临时使用 ; R5R4 T0数据缓冲寄存器 ; R7R6 常数 LED1 DATA 30H LED2 DATA 31H LED3 DATA 32H LED4 DATA 33H SPEED1 DATA 34H SPEED2 DAT
www.eeworm.com/read/242529/13001769

asm tem.asm

SCL EQU P3.5 SDA EQU P3.4 ;LED1 EQU P3.2;第一个数码管 ;LED2 EQU P3.3;第二个数码管 ;LED3 EQU P3.4;第三个数码管 ;LED4 EQU P3.5;第四个数码管;小数部分; LERU EQU 38H; LER1
www.eeworm.com/read/305271/13775960

txt 灯.txt

单片机C语言源程序 #include //单片机库函数 #include sbit led1=P2^4 ; //位定义,led1对应接在P2.4脚 sbit led2=P2^5 ; // led2对应接在P2.5脚 sbit led3=P2^6 ; // led3对应接在P2.6脚 sbit led4=P
www.eeworm.com/read/477243/6740492

c led渐变.c

#include sbit led1=P0^0; sbit led2=P0^1; sbit led3=P0^2; sbit led4=P0^3; sbit led5=P0^4; sbit led6=P0^5; sbit led7=P0^6; sbit led8=P0^7; sbit led_k=P1^0; sbit du=P1^1; sbit we=
www.eeworm.com/read/337884/12334617

bak led.bak

const int8 table[11] = {0x3f,0x05,0x5b,0x4f,0x65,0x6e,0x7e,0x07,0x7f,0x6f,0x00}; int8 buffer[4]; void led_off() { input(led1); input(led2); input(led3); input(led4); input_b(); } int8 T