代码搜索:LED取模
找到约 10,000 项符合「LED取模」的源代码
代码结果 10,000
www.eeworm.com/read/334194/12619034
s led.s
.module LED.c
.area text(rom, con, rel)
.dbfile D:/icc/include/delay.h
.dbfunc e delay_nus _delay_nus fV
; time -> R16,R17
.even
_delay_nus::
.dbline -1
.dbline 33
;
; #inc
www.eeworm.com/read/334194/12619041
lst led.lst
__start:
__text_start:
0033 E5CF LDI R28,0x5F
0034 E0D4 LDI R29,4
0035 BFCD OUT 0x3D,R28
0036 BFDE OUT 0x3E,R29
0037 51C0 SUBI R28,0x10
0038 40D
www.eeworm.com/read/334194/12619044
prj led.prj
[Compiler Options]
Edit1=c:\icc\include\
Edit2=c:\icc\lib\
Edit8=
CheckBox1=1
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=16384
Edit10=1024
ComboBox2=9
RadioGroup1=0
E
www.eeworm.com/read/334194/12619048
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/334194/12619051
dbg led.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR D:\icc\include\
FILE AVR_XQV12.h
DEFGLOBAL SMG_Conver 54 A[18:18]kc
FILE delay.h
FUNC delay_nus A8 fV
BLOCK 33 A8
DEFREG time 16 i
LINE 33 A8
www.eeworm.com/read/334194/12619055
o led.o
XL
H 5 areas 17 global symbols
M LED.c
S push_gset1 Ref0000
S push_gset2 Ref0000
S lsl8 Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
A text size 3F0 flags 0
dbfile D:/icc/include/delay.h
www.eeworm.com/read/334108/12632672
plg led.plg
礦ision2 Build Log
Project:
E:\开发板\KFB120\实例程序\C51\01_LED\LED.uv2
Project File Date: 11/17/2006
Output:
www.eeworm.com/read/334108/12632677
c led.c
/*******************************************************
LED流水灯实验
网址:http://www.kaifaban.com
******************************************