代码搜索:LED4

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

代码结果 530
www.eeworm.com/read/112485/15484555

s keyin.s

;****************************************************************************** ; File:KEYIN.S ; 功能:键盘输入。当检测到有按键输入时,对发光二极管LED4进行取后控制。 ; 使用I/O口输入方式对按键KEY1进行扫描。 ; 说明:将跳线器JP8_LED4短接。 ;*********
www.eeworm.com/read/446502/7577467

c ledfunctions.c

#include "ledFunctions.h" #include "ascii_utilities.h" #include extern void delay(UINT16); /************************************************************** * Function: setLedsM
www.eeworm.com/read/193327/8238633

h post_common.h

/********************************************************************************* Copyright(c) 2005 Analog Devices, Inc. All Rights Reserved. This software is proprietary and confidential. By
www.eeworm.com/read/355584/10255732

inc yf-b51.inc

LEDS EQU P0 LED0 EQU P0.0 LED1 EQU P0.1 LED2 EQU P0.2 LED3 EQU P0.3 LED4 EQU P0.4 LED5 EQU P0.5 LED6 EQU P0.6 LED7 EQU P0.7 BEEP EQU P3.5 ;//蜂鸣器 EN EQU P1.5 ;//使能信号 RS EQU P2.0 ;//命
www.eeworm.com/read/409252/11339369

txt readme.txt

1 设计要求 利用一块STM103V100评估板的两个SPI接口来实现SPI全双工通讯。 第一阶段,SPI1为主模式,SPI2为从模式,双方交换数据; 第二阶段,SPI1为从主模式,SPI2为主模式,双方交换数据。利用LED1和LED2来反映SPI通讯的情况。 2 硬件电路实现 在评估板上,LED1、LED2、LED3、<mark>LED4</mark>分别与PC6、PC7、PC8、PC9相连; ...
www.eeworm.com/read/259025/11826497

txt 新建 文本文档.txt

while(1){ if((CACTL2 | 0xfe) ==0xff) { // 比较电压是否超过0.25Vcc light_LED4(); // 点亮LED4 CACTL1 &= 0xfe;
www.eeworm.com/read/259022/11826646

txt 新建 文本文档.txt

while(1){ if((CACTL2 | 0xfe) ==0xff) { // 比较电压是否超过0.25Vcc light_LED4(); // 点亮LED4 CACTL1 &= 0xfe;
www.eeworm.com/read/379078/9208351

h led.h

#ifndef _led_h_ #define _led_h_ #include #include "mytype.h" #define LedIO P2 sbit LED1 = LedIO^0; sbit LED2 = LedIO^1; sbit LED3 = LedIO^2; sbit LED4 = LedIO^3; sbit LED5 =
www.eeworm.com/read/448329/7534887

h led.h

#ifndef _led_h_ #define _led_h_ #include #include "mytype.h" #define LedIO P2 sbit LED1 = LedIO^0; sbit LED2 = LedIO^1; sbit LED3 = LedIO^2; sbit LED4 = LedIO^3; sbit LED5 =
www.eeworm.com/read/197963/7959837

asm 14-1.asm

;*********************************************************************** ; 功能 :LED指示灯循环闪烁程序 ; 作者 :LIHJ ; 创建日期 :04-1-2 ; 版本 :V1.0 ; 修改日期 : ;****************************************************