代码搜索结果

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

led.o.d

led.o: ../led.c c:/winavr/bin/../avr/include/avr/io.h \ c:/winavr/bin/../avr/include/avr/sfr_defs.h \ c:/winavr/bin/../avr/include/inttypes.h \ c:/winavr/bin/../avr/include/stdint.h \ c:/w

led.c

/********************************************************************** 文件名: led.c 描述: LED驱动 **********************************************************************/ #include #inclu

led.h

/* * led.h -- demo of LED application * * Author: lumit-admin * Date: 2004-8-26 * Copyright: http://www.lumit.org */ /*******************************************

led.c

#include //LED.c void delay(unsigned int del); #define LED_PORT *(unsigned volatile int*) 0x90080000 void main() { int i =0; puts("USER LED Test!\n"); while(1) { for(

led.c

#define LED port40 volatile ioport unsigned int port40; extern void LEDTest(unsigned int count); extern void delay(unsigned int period); extern void LEDflash(unsigned int i

matrix.h

/******************************************************************* * matrix.h - Interface to module for handling matrix operation * * Copyright by Xiangyu Dong

led+key.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="E:\lp\2407new\led+key\" ProjectType=Executable CPUFamily=TMS320C24XX Tool="Compiler"

led.plg

礦ision3 Build Log Project: C:\Documents and Settings\Administrator\桌面\Code81203\王茂金\674#\Soft\LED.uv2 Project File Date: 12/24/2008 Output: co

led.lnp

"2scan.obj" TO "LED"

matrix.c

/* Note:Your choice is C IDE */ #include "stdio.h" #include #include #define M1 100 #define M2 100 typedef struct{ int row; int col; float d[M1][M2]; }matrix; void