代码搜索:LED
找到约 10,000 项符合「LED」的源代码
代码结果 10,000
www.eeworm.com/read/435253/7795015
mp led.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/435253/7795016
lis led.lis
.module led.c
.area data(ram, con, rel)
0000 _tableL::
0000 .blkb 2
.area idata
0000 0000
www.eeworm.com/read/435253/7795018
mak led.mak
CC = iccavr
CFLAGS = -ID:\icc\include\ -e -DATMEGA -DATMega16 -l -g -Mavr_enhanced
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LD:\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x54.0x4000 -dram_end:0x45f -bda
www.eeworm.com/read/435253/7795019
_c led._c
//ICC-AVR application builder : 2000-3-11 20:18:23
// Target : M16
// Crystal: 8.0000Mhz
#include
#include
#define uchar unsigned char
#define uint unsigned int
char
www.eeworm.com/read/435253/7795020
dbg led.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR C:\DOCUME~1\Administrator\桌面\LED点阵\
FILE led.c
FUNC delay 490 fV
BLOCK 253 494
DEFREG i 20 i
DEFREG j 22 i
DEFREG c 16 i
LINE 253 494
LINE 25
www.eeworm.com/read/435253/7795021
c led.c
//ICC-AVR application builder : 2000-3-11 20:18:23
// Target : M16
// Crystal: 8.0000Mhz
#include
#include
#define uchar unsigned char
#define uint unsigned int
char
www.eeworm.com/read/434837/7801022
asm led.asm
#include
#include
#define unit unsigned int
#define uchar unsigned char
void delay(unit);
uchar num,num1,num2,temp;
void main()
{
num=0;
num1=0;
num2=0;
www.eeworm.com/read/434837/7801024
obj led.obj
www.eeworm.com/read/434837/7801068
c led.c
#include
#include
#define unit unsigned int
#define uchar unsigned char
void delay(unit);
uchar num,num1,num2,temp;
void main()
{
num=0;
num1=0;
num2=0;