L297 Stepper Motor Controlador\ code example
Example 1: l298n stepper motor driver
// Number of steps per output rotation
const int stepsPerRevolution = 200;
Example 2: l298n stepper motor driver
// Create Instance of Stepper library
Stepper myStepper(stepsPerRevolution, 8, 9, 10, 11);