代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
remote_car.o
XL
H 6 areas 3A global symbols
M remote_car.c
S push_gset1 Ref0000
S mpy16s Ref0000
S pop_lset Ref0000
S pop_gset1 Ref0000
S lpm16 Ref0000
S push_lset Ref0000
A text size 51E flags 0
dbfile
remote_car.src
[Files]
remote_car.c
[Headers]
[Documents]
remote_car.s
.module remote_car.c
.area text(rom, con, rel)
.dbfile e:/ICC/include/sl3010.c
.dbfunc e port_init _port_init fV
.even
_port_init::
.dbline -1
.dbline 83
; #include
; #incl
remote_car.mak
CC = iccavr
CFLAGS = -Ie:\ICC\include\ -e -l -g -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -Le:\ICC\lib\ -g -Wl-W -bfunc_lit:0x1a.0x2000 -dram_end:0x25f -bdata:0x60.0x25f -dhwstk_size:16 -beepro
remote_car.lis
.module remote_car.c
.area text(rom, con, rel)
0000 .dbfile e:/ICC/include/sl3010.c
0000 .dbfunc e port_init _p
remote_car.prj
[Compiler Options]
Edit1=e:\ICC\include\
Edit2=e:\ICC\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=8192
Edit10=512
ComboBox2=9
RadioGroup1=0
Edi
remote_car._c
#include
#include
#include
//声控起动遥控车程序,未起动时,PA口的8 LED 呈广告灯效果(霓虹灯)
//声控起动后,机器人开始动作
//遥控器无按键,机器人直行
//按住 < A > 键,机器人右转,同时演奏右转指示音乐;
//按住 < B > 键,机器人后退,同时演奏后退指示音乐