代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led.hex
:1003ED00E4F52DF52CF52BF52AC203C200C202C28D
:1003FD000112084E7E057F978E0A8F0B750C0575C1
:10040D000DA9750F067510067508057509D2EE5400
:10041D00E0700302050A752E00752F808E308F3126
:10042D00C374569FFF7
led.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
DaveTm { 0,0,0,0,0,0,0,0 }
Target (HID
led.c
/*
*********************************************************************************************************
* Embedded Systems Building Blocks
*
led.h
/*
*********************************************************************************************************
* Embedded Systems Building Blocks
*
led.h
#define LED_INIT PTD_PTD0=1; DDRD_DDRD0=1; /* LED off, LED pin is output */
#define LED_SW_ON PTD_PTD0=0;
#define LED_SW_OFF PTD_PTD0=1;
#define LED_SW_TOGGLE PTD_PTD0^=1;
#define
led.h
/*************************************************************************************
* Copyright (c) 2005 by National ASIC System Engineering Research Center.
* PROPRIETARY RIGHTS of ASIC are invo
led.c
/*************************************************************************************
* Copyright (c) 2005 by National ASIC System Engineering Research Center.
* PROPRIETARY RIGHTS of ASIC are invo
led.s
.module led.c
.area lit(rom, con, rel)
_led_data::
.word 63
.word 6
.word 91
.word 79
.word 102
.word 109
.word 125
.word 7
.word 127
.word 111
.word 119
.word 115
.word
led.o
XL
H 2 areas D global symbols
M led.c
S push_gset2 Ref0000
S push_gset3 Ref0000
S mod16u Ref0000
S div16u Ref0000
S lsl8 Ref0000
S pop_gset2 Ref0000
S pop_gset3 Ref0000
S _delay_ms Ref0000
led.h
/**********************************
** file_name led.h **
** describe 七段数码管头文件 **
** LED型号 ARK SR420361K **
** auther 古欣 www.avrvi.com **
** Time 2007-2-25