代码搜索:LED显示
找到约 10,000 项符合「LED显示」的源代码
代码结果 10,000
www.eeworm.com/read/357854/3012424
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/357388/3015571
s led.s
/*
* Name : led_on.s
* Disc : simple led example
* 2007-07-30 by Qingmin Liu
*/
@ register address
.equ WTCON, 0x53000000
.equ GPFCON, 0x56000050
@ offset value
.equ oGPFDAT, 0x04
@ macro defin
www.eeworm.com/read/357388/3015578
c led.c
#include "s3c2410.h"
#include "platform/smdk2410.h"
#define DELAYTIME 0x5000
void delay(unsigned long n);
int main(void)
{
unsigned char i;
unsigned long led[4] = {0xd0, 0x70, 0xe0, 0xb0};
GPFC
www.eeworm.com/read/357083/3031835
h led.h
#ifndef LED_H
#define LED_H
#define LED7 0x80 /* top (or furthest right) LED */
#define LED6 0x40
#define LED5 0x20
#define LED4 0x10
#define LED3 0x08
#define LED2 0x04
#define LED1 0x02
#d
www.eeworm.com/read/357046/3033268
main_led
// Copyright (c) 2001-2004 Rowley Associates Limited.
//
// This file may be distributed under the terms of the License Agreement
// provided with this software.
//
// THIS FILE IS PROVIDED AS IS
www.eeworm.com/read/355133/3063070
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/350657/3118464
c led.c
/*
* linux/arch/sh/stboards/led.c
*
* Copyright (C) 2000 Stuart Menefy
*
* May be copied or modified under the terms of the GNU General Public
* License. See linux/COPYIN
www.eeworm.com/read/350657/3119877
c led.c
/*
* Chassis LCD/LED driver for HP-PARISC workstations
*
* (c) Copyright 2000 Red Hat Software
* (c) Copyright 2000 Helge Deller
*
* This program is free s
www.eeworm.com/read/268146/4256062
c led.c
/***********************************************************************
*
* Copyright (C) 2004 by FS Forth-Systeme GmbH.
* All rights reserved.
*
* $Id: led.c,v 1.1 2004/02/16 10:37:20 mpietrek
www.eeworm.com/read/266848/4269950
lis led.lis
.module LED.C
.area text(rom, con, rel)
0000 .dbfile C:\DOCUME~1\Administrator\桌面\张军\AVR\AVR单片机系统开发实例稿\第二章\第二章程序\跑马灯设计\LED.C
0000