代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/485601/1262154
c led.c
//******************************FileName: LED.C******************************//
//******************************ICCAVR V6.30编译****************************//
#include //头文件,AT
www.eeworm.com/read/485601/1262155
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/484913/1265002
asm led自检.asm
;-----------led自检---------
;雪
;使用:r0-r3
;注意没有设置堆栈
;---------------------
led0 equ 30h ;显示缓冲区 (7段码)LED0--LED7
led1 equ 31h ;显示的高位--低位
led2 equ 32h
led3 equ 33h
www.eeworm.com/read/481613/1295805
h led.h
/*
* led.h - header file of led api
*
* Author: li ming
* Date: 2008-4-16
* Copyleft: http://www.lumit.org
*/
int led_init(void );
int led_on(int position);
www.eeworm.com/read/481613/1295806
c led.c
/*
* led.c - led api & driver
*
* Author: li ming
* Date: 2008-4-16
* Copyleft: http://www.lumit.org
*/
#include "led.h"
/*
; hardware connection
; IO17
www.eeworm.com/read/480930/1304983
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/480930/1306436
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/480930/1310654
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/478601/1349845
c led.c
// 包含必要的头文件
#include "LED.H"
#include
#include
#include
#include
#include
#include
// 将较长的标识符定义成较短的形式
#de