代码搜索:LED Matrix

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

代码结果 10,000
www.eeworm.com/read/363681/9940284

opt 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) DaveTm { 0,0,0,0,0,0,0,
www.eeworm.com/read/168078/9940357

v led.v

// ********************************************************************************** // FileName :led.v // // Discription :显示模块 // // Date : // // Author : dandan // *********************
www.eeworm.com/read/363377/9953018

c led.c

/** * 使用了 CGIC 库,提供基本的 CGI 支持。 */ #include #include "cgic.h" #include #include #include "session.h" /** * 保存要替换的标记及其替换值 */ typedef struct { const char* tag; //
www.eeworm.com/read/167528/9964995

c led.c

//串行驱动led显示, //一个74hc595位移寄存器驱动三极管驱动led位, //两个74hc595驱动led段,方式位5位x8段x2=10个数码管 //5分频,每次扫描时间位1.25ms //定义特殊符号 #define nul 0xf #define qc 0xc #define qb 0xb #define q_ 0xa #define q__ 0xd
www.eeworm.com/read/363039/9970548

c led.c

/***************************************** NAME: led.c DESC: Led test WWW.YCTEK.COM *****************************************/ #include "def.h" #include "option.h" #include "2410addr.h"
www.eeworm.com/read/363039/9970582

h led.h

void led(void);
www.eeworm.com/read/362927/9976055

obj led.obj

www.eeworm.com/read/362927/9976059

__i led.__i

"led.c" BROWSE DEBUG OBJECTEXTEND
www.eeworm.com/read/362927/9976147

lst led.lst

C51 COMPILER V8.08 LED 09/28/2008 09:47:30 PAGE 1 C51 COMPILER V8.08, COMPILATION OF MODULE LED OBJECT MODULE PLACED IN led
www.eeworm.com/read/362906/9976863

c led.c

#include #include #define PORTBIT(adr, bit) ((unsigned)(&adr)*8+(bit)) volatile bit button @ PORTBIT(PORTB, 1); const char Msg[] = {"This is a string\0"}; int sub1(int i,