Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/09/02 16:59
Read: times


 
#28912 - RE: step motor speed control
Try this:


SDELAY:

MOV R2,#0x40
MOV R3,#0x05
loop3:nop
DJNZ R2,loop3
mov R2, #0x40 ;Otherwise R2 starts from zero
DJNZ R3,loop3
RET

List of 9 messages in thread
TopicAuthorDate
step motor speed control            01/01/70 00:00      
RE: step motor speed control            01/01/70 00:00      
RE: step motor speed control            01/01/70 00:00      
RE: step motor speed control            01/01/70 00:00      
RE: step motor speed control            01/01/70 00:00      
RE: step motor speed control            01/01/70 00:00      
RE: step motor speed control            01/01/70 00:00      
Terry, Data of the Book            01/01/70 00:00      
RE: Terry, Data of the Book            01/01/70 00:00      

Back to Subject List