代码搜索:Remote

找到约 10,000 项符合「Remote」的源代码

代码结果 10,000
www.eeworm.com/read/7227/112457

c remote_car.c

#include #include #include //声控起动遥控车程序,未起动时,PA口的8 LED 呈广告灯效果(霓虹灯) //声控起动后,机器人开始动作 //遥控器无按键,机器人直行 //按住 < A > 键,机器人右转,同时演奏右转指示音乐; //按住 < B > 键,机器人后退,同时演奏后退指示音乐
www.eeworm.com/read/7227/112458

dbg remote_car.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.1 CPU AVR DIR E:\icc\iccavr\sl3010\remote_car\ FILE remote_car.c DEFGLOBAL TONETABLE 1A A[30:15]ki DEFGLOBAL led_data 38 A[118:118]kc DEFGLOBAL sound_none AE A
www.eeworm.com/read/7227/112459

mp remote_car.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/7227/112462

lst remote_car.lst

__text_start: __start: 0099 E5CF LDI R28,0x5F 009A E0D2 LDI R29,2 009B BFCD OUT 0x3D,R28 009C BFDE OUT 0x3E,R29 009D 51C0 SUBI R28,0x10 009E 40D
www.eeworm.com/read/7227/112463

lk remote_car.lk

remote_car.o
www.eeworm.com/read/7227/112464

prj test_remote.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
www.eeworm.com/read/7227/112465

_c test_remote._c

//ICC-AVR application builder : 03-1-21 13:42:41 // Target : 8515 // Crystal: 8.0000Mhz // Test remote // B C // D A // C----8D4---PA3---PB3 // A----8D3---PA2---PB2 // B----8D2---PA
www.eeworm.com/read/7227/112466

c test_remote.c

//ICC-AVR application builder : 03-1-21 13:42:41 // Target : 8515 // Crystal: 8.0000Mhz // Test remote // B C // D A // C----8D4---PA3---PB3 // A----8D3---PA2---PB2 // B----8D2---PA
www.eeworm.com/read/7227/112467

s test_remote.s

.module test_remote.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 ; //ICC-AVR application builde