代码搜索:LED Matrix
找到约 10,000 项符合「LED Matrix」的源代码
代码结果 10,000
www.eeworm.com/read/466606/7029627
lst led.lst
C51 COMPILER V8.02 LED 04/19/2009 22:44:24 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE LED
OBJECT MODULE PLACED IN LED
www.eeworm.com/read/466606/7029636
hex led.hex
:03000000020029D2
:0C002900787FE4F6D8FD75810802000322
:100003007508641508E50860077FF412003580F36E
:10001300D2917508641508E50860077FF41200356E
:0600230080F3C29180DAB7
:03003500DFFE22C9
:00000001F
www.eeworm.com/read/466606/7029637
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)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/466606/7029638
obj led.obj
www.eeworm.com/read/466376/7034514
ini led.ini
[options]
a=0
b=1
c=2
d=3
e=4
f=5
g=6
h=7
connect=0
format=2
www.eeworm.com/read/466396/7034643
o led.o
www.eeworm.com/read/466396/7034649
h led.h
#define PCONC ((volatile int *)0x1d20010)
#define PDATC ((volatile int *)0x1d20014)
#define PUPC ((volatile int *)0x1d20018)
#define rPCONC (*(volatile unsigned *)0x1d20010)
#define rPDA
www.eeworm.com/read/466396/7034653
c led.c
#include "led.h"
void init(void)
{ /* 下面两句将PCONC寄存器的PC1、PC2、PC3都置为01,意为将其作为LED输出 */
rPCONC = 0x0FF5FF55; //使用pc8和pc9作为output
rPDATC = 0xfc00; //写数据模式,0表示写数据模式
rPUPC = 0x30ff; // 0
www.eeworm.com/read/466008/7042918
h led.h
/*******************************************************************/
/* */
/* Board Specific Routines for Arm Linux