代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
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 {
led.c
#define ALLOCATE_EXTERN
#include "FS7805.h"
#include "FS7805Regs.h"
#include "user_main.h"
#define STANDARD
void main(void)
{
SYS_CFG=0x00; //00:15M,01:20M,02:3
led.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\IBM\桌面\DA菜单7805(OK)\LED.uv2
Project File Date: 08/01/2007
Output:
led.lnp
".\OUTPUT\led.obj",
".\OUTPUT\usermain.obj"
TO ".\OUTPUT\LED"
NOPRINT CODE( 0x100 )
XDATA( 0xE000 )
led.hex
:1016AB00E490FE05F0E04440F090FEC4742DF09001
:0816BB00FE1F7408F00217067F
:10163A0044657369676E656420627920586965201C
:10164A0059696E676A69652053484E55007A783A37
:10165A003120627A783A3220736A3A33206
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 {
led.c
#define ALLOCATE_EXTERN
#include "FS7805.h"
#include "FS7805Regs.h"
#include "user_main.h"
#define STANDARD
void main(void)
{
SYS_CFG=0x00; //00:15M,01:20M,02:3
led.h
#ifndef LED_H_
#define LED_H_
void led_on(char n);
void led_circle(void);
#endif /* LED_H_ */