Maker Pro
Maker Pro

arduino code for stepper motor control

i need to design a code for controlling stepper motor which function like moving forward when instruction is 1 and backward when instriuction is 2 at the angle of 30degree so kindly help me out how to start
 

Harald Kapp

Moderator
Moderator
The library allows control of the stepper motor. The logic for reading an input and sending the respective command to a library function needs to be implemented by you.

Here's a tutorial.
 
Top