代码搜索结果
找到约 7,992 项符合
Motor 的代码
motor_ce._c
/*****************************************************
Project : 电机测速
Chip type: ATmega16L
Clock frequency: 8.000000 MHz
Date: 2006-6-20
Author:
motor_ce.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
motor_ce.hex
:040000000C943F001D
:040014000C948100C7
:140054000000000000000000000000000057656C636F6D65CC
:1400680020746F204D6F746F7220566F6C756D65205465736C
:14007C007400CFE5D4E0CDBFDEBFC051D0400AEA08830024A7
dc motor.plg
礦ision3 Build Log
Project:
E:\Program Files\Labcenter Electronics\Proteus 6 Demonstration(2)\69 DC Motor\DC Motor.uv2
Project File Date: 08/07/2006
dc motor.lnp
"DC Motor.obj"
TO "DC Motor"
dc motor.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
dc motor.asm
ADC EQU 35H
CLOCK BIT P2.4 ;定义ADC0808时钟位
ST BIT P2.5
EOC BIT P2.6
OE BIT P2.7
PWM BIT P3.7
ORG 00H
SJMP START
ORG 0BH
LJMP INT_T0
START: MOV TMOD,#02H ;
MOV