代码搜索结果

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

led.plg

礦ision3 Build Log Project: E:\shiyan2\led.uv2 Project File Date: 04/05/2009 Output:

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 {

led.h

/* * File: Led.h * * Detail: 四位数码管显示温度值包含文件 * * Created by Pandar(sudazcf@163.com) on 2009-2-22 * * Modified by Pandar(sudazcf@163.com) on 2009-2-22 * */ #ifndef LED_H_INCLUDED #de

led.lst

C51 COMPILER V8.02 LED 02/24/2009 13:27:00 PAGE 1 C51 COMPILER V8.02, COMPILATION OF MODULE LED OBJECT MODULE PLACED IN Led

led.c

/* * File: Led.c * * Detail: Led显示温度值API * * Created by Pandar(sudazcf@163.com) on 2009-2-22 * * Modified by Pandar(sudazcf@163.com) on 2009-2-22 * */ #include "reg.h" #include "m

led.c

#include "LED.h" // LED utility header #include "sfr62p.h" // SFR definition of M16C/62P /*""FUNC COMMENT""************************************************************* * ID : --- * Functio

led.h

#ifndef _LED_H #define _LED_H #include "sfr62p.h" // SFR definition of M16C/62P void InitLED(void); // initialize light-emitted diode void SetLED(unsigned char); // light diode with parameter #endif