代码搜索结果

找到约 10,000 项符合 LED 的代码

led.c

/*This file is prepared for Doxygen automatic documentation generation.*/ /*! \file ********************************************************************* * * \brief AT32UC3B EVK1101 board LEDs su

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

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

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

led.lis

.module LED.C .area text(rom, con, rel) 0000 .dbfile C:\DOCUME~1\Administrator\桌面\张军\AVR\AVR单片机系统开发实例稿\第二章\第二章程序\跑马灯设计\LED.C 0000

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 ;

led.c

//******************************FileName: LED.C******************************// //******************************ICCAVR V6.30编译****************************// #include //头文件,AT

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

led.c

// 包含必要的头文件 #include "LED.H" #include #include #include #include #include #include // 将较长的标识符定义成较短的形式 #de

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);