- This topic has 1 reply, 2 voices, and was last updated 13 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › stepper interface to 8051
hello,
i have interfaced my 8051 to a stepper motor with resolution 1.8. how do i make the stepper rotate for any int value ?? i tried dividing the int by 1.8 and passing it to the motor using &0x0F|0xF0 but it didnt work…