代码搜索:LED控制
找到约 10,000 项符合「LED控制」的源代码
代码结果 10,000
www.eeworm.com/read/378825/2680954
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/378421/2686384
vhd led.vhd
--** 数码管演示实验
--文件名:led.vhd
--功 能:分别点亮数码管和发光二极管
--说 明:分为两种显示模式:
-- 1.只点亮数码管;
-- 2.只点亮发光二极管;
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
use IEEE
www.eeworm.com/read/378421/2686385
ucf led.ucf
NET "led" LOC = "p191";
NET "led" LOC = "p189";
NET "led" LOC = "p188";
NET "led" LOC = "p187";
NET "led" LOC = "p181";
NET "led" LOC = "p180";
NET "led" LOC = "p179";
NET
www.eeworm.com/read/377251/2703305
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/375291/2725397
lis led.lis
.module LED.C
.area text(rom, con, rel)
0000 .dbfile C:\DOCUME~1\Administrator\桌面\张军\AVR\AVR单片机系统开发实例稿\第二章\第二章程序\跑马灯设计\LED.C
0000
www.eeworm.com/read/375291/2725399
s led.s
.module LED.C
.area text(rom, con, rel)
.dbfile C:\DOCUME~1\Administrator\桌面\张军\AVR\AVR单片机系统开发实例稿\第二章\第二章程序\跑马灯设计\LED.C
.dbfunc e DelayMs _DelayMs fV
; j -> R20,R21
;
www.eeworm.com/read/375291/2725402
c led.c
//******************************FileName: LED.C******************************//
//******************************ICCAVR V6.30编译****************************//
#include //头文件,AT
www.eeworm.com/read/375291/2725403
o led.o
XL
H 1 areas 5 global symbols
M LED.C
S push_gset1 Ref0000
S pop_gset1 Ref0000
A text size DA flags 0
dbfile C:\DOCUME~1\Administrator\桌面\张军\AVR\AVR单片机系统开发实例稿\第二章\第二章程序\跑马灯设计\LED.C
dbfunc e Del
www.eeworm.com/read/375079/2741565
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/374282/2754982
h led.h
/*
* led.h: header file for memory.c
*
* Copyright (C) 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o