代码搜索:LED显示
找到约 10,000 项符合「LED显示」的源代码
代码结果 10,000
www.eeworm.com/read/380217/2662241
h led.h
/*H**************************************************************************
* NAME: led.h
*----------------------------------------------------------------------------
* Copyrigh
www.eeworm.com/read/380153/2663149
led demo.led
!! The Demo script
Do
ScrollDown delay=30 center=true text=\rLED \oS\yi\gg\bn \rV2.7!
Sleep delay=2000
Do
ScrollLeft delay=30 startspace=20 endspace=20 text=Welcome to th
www.eeworm.com/read/380153/2663150
led example.led
!! An simple example script
Do
!! This is a comment
ScrollUp center=true text=Hello
Sleep delay=1000
ScrollLeft delay=30 center=true text=This is a test.
Sleep delay=1500
www.eeworm.com/read/379734/2667801
c led.c
// Copyright (c) David Vescovi. All rights reserved.
// Part of Project DrumStix
// Windows Embedded Developers Interest Group (WE-DIG) community project.
// http://www.we-dig.org
// Copyright (c
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
;