代码搜索:LED显示
找到约 10,000 项符合「LED显示」的源代码
代码结果 10,000
www.eeworm.com/read/394998/2451513
c led.c
// 包含必要的头文件
#include "LED.H"
#include
#include
#include
#include
#include
#include
// 将较长的标识符定义成较短的形式
#de
www.eeworm.com/read/394998/2451514
h led.h
#ifndef _LED_H_
#define _LED_H_
// 定义LED名称
#define LED1 0x01
#define LED2 0x02
#define LED3 0x04
// 初始化指定的LED
extern void LED_Init(unsigned char ucLED);
www.eeworm.com/read/394755/2453534
c led.c
/*
* (C) Copyright 2004, Psyent Corporation
* Scott McNutt
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is f
www.eeworm.com/read/394626/2455368
plg led.plg
礦ision3 Build Log
Project:
E:\Program Files\Labcenter Electronics\Proteus 6 Demonstration(2)\22 LED\LED.uv2
Project File Date: 06/30/2006
Output:
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/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