代码搜索:led7

找到约 137 项符合「led7」的源代码

代码结果 137
www.eeworm.com/read/316872/3601766

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 #de
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/362942/9973682

asm p13_2.asm

COL1 EQU P2.2 COL2 EQU P2.1 COL3 EQU P2.0 ROW1 EQU P2.5 ROW2 EQU P2.6 ROW3 EQU P2.7 LED7 EQU P1 ORG 0000H LJMP MAIN ORG 0003H LJMP INT_0 ORG 4100H TAB: DB 40h,
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/191694/5163625

h portb.h

#include #define ON 1 #define OFF 0 #define LED0 RC0 #define LED1 RC1 #define LED2 RC2 #define LED3 RC3 #define LED4 RC4 #define LED5 RC5 #define LED6 RC6 #define LED7 RC7 #define LED8 RA6
www.eeworm.com/read/314126/13574274

c text1.c

#include #include sbit led0=P0^0; sbit led1=P0^1; sbit led2=P0^2; sbit led3=P0^3; sbit led4=P0^4; sbit led5=P0^5; sbit led6=P0^6; sbit led7=P0^7; int i,j; void main() {
www.eeworm.com/read/365246/9871062

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 LED9 = P2^0; sbit LED1