代码搜索结果

找到约 10,000 项符合 LED 的代码

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显示

led.hex

:10000000900022740093B40103020000F5801200F6 :1000100015A30200037D147E147FF8DFFEDEFADDF7 :0D002000F6223F065B4F666D7D077F6F0186 :00000001FF

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 {

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

led.c

/* * Copyright 2003 by Spectrum Digital Incorporated. * All rights reserved. Property of Spectrum Digital Incorporated. */ /* * ======== led.c ======== * * This example blinks LED #

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

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

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

led.c

/* * linux/arch/sh/kernel/led_mpc1211.c * * Copyright (C) 2001 Saito.K & Jeanne * * This file contains Interface MPC-1211 specific LED code. */ #include static void mach_led(

led.c

/* * arch/sh/boards/se/73180/led.c * * Derived from arch/sh/boards/se/770x/led.c * * Copyright (C) 2000 Stuart Menefy * * May be copied or modified under the terms of the