代码搜索:LED控制

找到约 10,000 项符合「LED控制」的源代码

代码结果 10,000
www.eeworm.com/read/394626/2455370

lst led.lst

A51 MACRO ASSEMBLER LED 07/25/2006 15:43:55 PAGE 1 MACRO ASSEMBLER A51 V8.00 OBJECT MODULE PLACED IN LED.OBJ ASSEMBLER INVO
www.eeworm.com/read/394626/2455371

lnp led.lnp

"LED.obj" TO "LED"
www.eeworm.com/read/394626/2455373

asm led.asm

ORG 00H START: MOV DPTR,#TABLE ;指针指向表头地址 S1: MOV A,#00H ;设置地址偏移量 MOVC A,@A+DPTR ;查表取得段码,送A存储 CJNE A,#01H,S2 ;判断段码是否为结束符 LJMP START S2: MOV P0,A ;段码送LED显示
www.eeworm.com/read/394626/2455374

hex led.hex

:10000000900022740093B40103020000F5801200F6 :1000100015A30200037D147E147FF8DFFEDEFADDF7 :0D002000F6223F065B4F666D7D077F6F0186 :00000001FF
www.eeworm.com/read/394626/2455375

opt led.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/394409/2457175

pjt led.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectName="led" ProjectDir="C:\ti\boards\evmdm642\examples\bsl\led\" ProjectType=Executable CP
www.eeworm.com/read/394409/2457180

c led.c

/* * Copyright 2003 by Spectrum Digital Incorporated. * All rights reserved. Property of Spectrum Digital Incorporated. */ /* * ======== led.c ======== * * This example blinks LED #
www.eeworm.com/read/393286/2475344

c led.c

/* * linux/arch/sh/kernel/led_microdev.c * * Copyright (C) 2002 Stuart Menefy * Copyright (C) 2003 Richard Curnow (Richard.Curnow@superh.com) * * May be copied or modified
www.eeworm.com/read/393286/2475369

c led.c

/* * linux/arch/sh/overdrive/led.c * * Copyright (C) 1999 Stuart Menefy * * May be copied or modified under the terms of the GNU General Public * License. See linux/COPYI
www.eeworm.com/read/393286/2475373

c led.c

/* * linux/arch/sh/boards/sh03/led.c * * Copyright (C) 2004 Saito.K Interface Corporation. * * This file contains Interface CTP/PCI-SH03 specific LED code. */ #include #includ