代码搜索结果

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

led.c

#include "fx2.h" #include "fx2regs.h" #include "io.h" BYTE const LED_CODE[] = {0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90,0x88,0x83,0xA7,0xA1,0x86,0x8E,0xFF}; //LED编码 // 0 1

led.lst

C51 COMPILER V7.07 LED 12/04/2006 10:30:31 PAGE 1 C51 COMPILER V7.07, COMPILATION OF MODULE LED OBJECT MODULE PLACED IN Led

led.c

#include "fx2.h" #include "fx2regs.h" #include "io.h" BYTE const LED_CODE[] = {0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90,0x88,0x83,0xA7,0xA1,0x86,0x8E,0xFF}; //LED编码 // 0 1

led.c

#include "LED.H" void delayXms(unsigned int x) //延迟x毫秒函数 { unsigned int i,j; for(i=0;i

led.h

#ifndef __LED_H__ #define __LED_H__ #include #define LED_SEGMENT P2 #define LED_BIT P0 #define DISPLAY_OFF 32 void display(unsigned char *); void delayXms(unsign

led.lst

C51 COMPILER V7.50 LED 06/22/2008 15:54:28 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE LED OBJECT MODULE PLACED IN LED

led.plg

礦ision3 Build Log Project: D:\src\LED.uv2 Project File Date: 08/25/2005 Output: Build target 'Target 1' assembling SAM7S.s... compiling led.