代码搜索结果

找到约 72,433 项符合 LED Matrix 的代码

led.vcp

# Microsoft eMbedded Visual Tools Project File - Name="LED" - Package Owner= # Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 # ** DO NOT EDIT ** # TARGTYPE "Win32 (

led.o.d

obj/led.o: led.c main.h cpu.h D:/WinAVR/avr/include/avr/io.h \ D:/WinAVR/avr/include/avr/sfr_defs.h D:/WinAVR/avr/include/inttypes.h \ D:/WinAVR/avr/include/stdint.h D:/WinAVR/avr/include/avr/io

led.h

#ifndef _LED_H #define _LED_H //用于存放各个led瞬态值 extern u08 led[] ; //用于表征各个led是否闪烁 extern u08 led_flash[]; //定义上述两组控制变量的下标宏定义 #define _LED1 0 #define _LED2 1 #define _LED3 2 #define _LED

led.c

/***************************************************************** ** Project: 充电器 ** file : led.c ** date : 20081205 ** author: ** version: v1.0 ** description: 主体功能实现 ** -------

matrix.cpp

// file MATRIX.CXX #include "matrix.hxx" #include #include void Matrix :: checkBounds (int i,int j) // Checks that the receiver includes a position (i,j). {

matrix.hxx

// ******************** // *** CLASS MATRIX *** // ******************** #ifndef matrix_hxx class FloatMatrix ; class IntArray ; class Matrix /* This abstract class is the su

led.c

//[LED.c]小灯驱动----------------------------------------------------------* //本文件包含: * // (1)LEDinit:定义控制小灯的MCU的I/O引脚为输出

led.s

.module LED.c .area text .dbfile LED.c .dbfunc e LEDinit _LEDinit fV _LEDinit:: .dbline -1 .dbline 18 ; //[LED.c]小灯驱动----------------------------------------------------------* ; //本文件包含

led.o

XH H 1 areas 2 global symbols M LED.c A text size 19 flags 0 dbfile LED.c dbfunc e LEDinit 0 fV dbline FFFFFFFF 0 dbline 12 0 dbline 13 0 dbline 14 2 dbline FFFFFFFE 4 dbline 0 4 dbfunc e

led.c

//[LED.c]小灯驱动----------------------------------------------------------* //本文件包含: * // (1)LEDinit:定义控制小灯的MCU的I/O引脚为输出