How to disconnect Step Motor 28BYJ-48 5v?

0

Through commands via Serial send commands so that the stepper motor turns clockwise and counterclockwise, I would send command to perform the stepper motor shutdown.

Model: 28BYJ-48 5v Stepper Motor

I'm using the Stepper.h library

I'm using the library commands:

Rotate clockwise = > myStepper.step (stepsPerRevolution) ; Rotate anti-clockwise = > myStepper.step (-stepsPerRevolution) ;

What command can I use to turn off the stepper engine?

    
asked by anonymous 25.03.2018 / 19:18

0 answers