代码搜索:LED4

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

代码结果 530
www.eeworm.com/read/191817/8420998

c music.c

//音乐输出函数模块 #define uchar unsigned char #define uint unsigned int #define ulong unsigned long #include #include //#include "study.h" sbit led3=P1^0; sbit led4=P1^1; sb
www.eeworm.com/read/191816/8421005

c music.c

//音乐输出函数模块 #define uchar unsigned char #define uint unsigned int #define ulong unsigned long #include #include //#include "study.h" sbit led3=P1^0; sbit led4=P1^1; sb
www.eeworm.com/read/355584/10255716

h led.h

#ifndef __LED_H__ #define __LED_H__ #define LEDS P0 sbit LED1 = LEDS^0; sbit LED2 = LEDS^1; sbit LED3 = LEDS^2; sbit LED4 = LEDS^3; sbit LED5 = LEDS^4; sbit LED6
www.eeworm.com/read/37291/1071947

pde led.pde

#include int LedA = 2; //Control LED Positive Pole int LedB = 3; int LedC = 4; int LedD = 5; int Led1 = 6; //Control LED Negative Pole int Led2 = 7; int Led3 = 8; int Led4 = 9; i
www.eeworm.com/read/266068/11244673

c ezkit push button.c

//ADSP-21262 Blink LEDs with the buttons on the EZKIT //Buttons to push on ezkit: FLAG1 (IRQ1) lights LED1, FLAG2 (IRQ2) lights LED4 //Buttons to push on ezkit: DAI_P19 lights LED3, DAI_P20 li
www.eeworm.com/read/411426/11245982

vhd key.vhd

library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL; entity key is Port (clk3200,key,reset: in std_logic; led1,led2,led3,led4:o
www.eeworm.com/read/411417/11246180

txt uart_rx_tx.txt

#include "hw_ints.h" #include "hw_memmap.h" #include "hw_types.h" #include "gpio.h" #include "interrupt.h" #include "sysctl.h" #include "uart.h" #define LED3 GPIO_PIN_6 #define LED4 GPIO_P
www.eeworm.com/read/27197/980459

c 红外收发.c

//红外收发测试程序 //用单片机通过发射管发射38K的调制频率码,一体化接收并解码,由发光管显示。正常情况下,由于反射和高灵敏度接收,<mark>LED4</mark>(P1.3)一直 //闪烁,可以用黑色纸片完全遮挡接收头使之不能接收到发射管的信号,这时<mark>LED4</mark>熄灭,说明功能正常。 #include sbit LED=P3^3; //红外发射 sbit LED1=P1^3; ...
www.eeworm.com/read/283401/9024129

c mdk_ulink.c

#include "lpc21xx.h" #define LED1 (1
www.eeworm.com/read/183375/9164826

c ledhex.c

/**************************************************************************** * File:LEDHEX.C * 功能:LED数码管显示0-F字符,同时控制LED1、LED2、LED3、LED4显示对应的16进行值。 * 说明:将跳线器JP8、JP9、JP11短接。 ***********************