代码搜索:LED4
找到约 530 项符合「LED4」的源代码
代码结果 530
www.eeworm.com/read/292705/3948095
h led.h
#ifndef LED_H
#define LED_H
#define LED7 0x80 /* top (or furthest right) LED */
#define LED6 0x40
#define LED5 0x20
#define LED4 0x10
#define LED3 0x08
#define LED2 0x04
#define LED1 0x02
#d
www.eeworm.com/read/439082/1818123
h led.h
#ifndef LED_H
#define LED_H
#define LED7 0x80 /* top (or furthest right) LED */
#define LED6 0x40
#define LED5 0x20
#define LED4 0x10
#define LED3 0x08
#define LED2 0x04
#define LED1 0x02
#d
www.eeworm.com/read/430518/1927101
h led.h
#ifndef LED_H
#define LED_H
#define LED7 0x80 /* top (or furthest right) LED */
#define LED6 0x40
#define LED5 0x20
#define LED4 0x10
#define LED3 0x08
#define LED2 0x04
#define LED1 0x02
#d
www.eeworm.com/read/357083/3031835
h led.h
#ifndef LED_H
#define LED_H
#define LED7 0x80 /* top (or furthest right) LED */
#define LED6 0x40
#define LED5 0x20
#define LED4 0x10
#define LED3 0x08
#define LED2 0x04
#define LED1 0x02
#d
www.eeworm.com/read/247502/12655795
c 8avand8vgaswitch.c
#include
#include
#define len 4
//unsigned char self_command_array[4]={0x00,0x11,0x22,0x33};
//定义4个指示灯
sbit LED1 =P3^3;
sbit LED2 =P3^4;
sbit LED4 =P3^5;
sbit
www.eeworm.com/read/359664/10130896
c clock.c
#include
sbit led1=P1^3; /* 4位数码管选通引脚 */
sbit led2=P1^4;
sbit led3=P1^6;
sbit led4=P1^7;
sbit led2dz=P1^5; /*小数点 */
sbit ls164_ab=P
www.eeworm.com/read/359664/10131080
c clock.c
#include
sbit led1=P1^3; /* 4位数码管选通引脚 */
sbit led2=P1^4;
sbit led3=P1^6;
sbit led4=P1^7;
sbit led2dz=P1^5; /*小数点 */
sbit ls164_ab=P
www.eeworm.com/read/339183/12253640
sym tele.sym
__S0 2100 0
__S1 A0 0
_key 41 0 BANK0
_LED4 70 0 CONST
_LED7 81 0 CONST
?a_key_control 5D 0 BANK0
_Time 2F9 0 CODE
_main 342 0 CODE
_exit 5D 0 CODE
start 5D 0 CODE
_ds1302_read 4D5 0 CODE
_
www.eeworm.com/read/37067/1067820
c 红外收发.c
/*-----------------------------------------------
名称:99秒计时器
日期:2009.5
修改:无
内容:
*红外测试程序,用单片机通过发射管发射38K的调制频率码,由一体化接收并解码由发光管显示。
*正常情况下,由于反射和高灵敏度接收,LED4(P1.3)一直闪烁,可以用黑色纸片完全遮挡
www.eeworm.com/read/37144/1068866
c 红外收发.c
/*-----------------------------------------------
名称:99秒计时器
日期:2009.5
修改:无
内容:
*红外测试程序,用单片机通过发射管发射38K的调制频率码,由一体化接收并解码由发光管显示。
*正常情况下,由于反射和高灵敏度接收,LED4(P1.3)一直闪烁,可以用黑色纸片完全遮挡