代码搜索结果
找到约 72,433 项符合
LED Matrix 的代码
led.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\LED\LED.uv2
Project File Date: 12/26/2008
Output:
Build target 'Target 1
led.m51
BL51 BANKED LINKER/LOCATER V6.05 12/26/2008 22:16:27 PAGE 1
BL51 BANKED LINKER/LOCATER V6.05, INVOKED BY:
D:\KEIL\C51\BIN\BL51.EXE LED.ob
led.lnp
"LED.obj"
TO "LED"
led.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Target '
led.__i
-c -mcpu=arm7tdmi -gdwarf-2 -MD -Wall -O -mapcs-frame -mthumb-interwork -IC:/Keil/ARM/INC/Philips/ -o led.o "led.c"
led.d
led.o: led.c C:/Keil/ARM/INC/Philips/LPC21xx.H
led.c
#include
#define LED 0x000001
typedef unsigned int uint32;
typedef unsigned char uint8;
void timer0_ISR (void) __attribute__ ((interrupt));
uint8 timer0Times = 0;
void timer0Init (vo
led时钟.c
#include
#include "ds1302.h" //包含DS1302头文件
#define leddata P0 //定义LED数据口
#define sec 0x80 //1302秒寄存器地址
#define min 0x82 //1302分寄存器地址
#define hou 0x84 //1302时寄存器地址
#define re
led流水灯.tra
*** Creating Trace Output File 'LED流水灯.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"startup.o"'
### List of Objects: adding '"text1.o"'
### Li
led流水灯.lnp
"startup.o" "text1.o" "target.o" --strict --scatter "LED流水灯.sct"
--map --xref --callgraph --symbols
--info sizes --info totals --info unused --info veneers
--list ".\LED流水灯.map" -o "LED流水灯.axf"