Sets the total steps count of the motor. The total steps is initialized with 0 and assigned with the correct number of steps during the homing procedure. But, using this function, is possible to set the total steps count without the homing procedure .
Syntax
axis.setTotalSteps(totalSteps)
Parameters
totalSteps: the maximum step count allowed for the motor.
Example
#include <Arduino_EMBRYO_2.h>
StepMotor axis(1, A5, 5, 6, 3, 4, A2, A1, 2, 12);
void setup() {
Serial.begin(9600);
while (!Serial) {};
axis.begin();
motor.init(false); // Initialize the motor without homing procedure
motor.setTotalSteps(50000); // Set the maximum steps of the motor
}
void loop() {}
We care about the privacy and personal data of our users.
To continue, please give us your consent:
Please confirm that you have read the privacy policy
Thank you for subscribing!
Curious to learn more?
Are you also a teacher, student, or professional that loves using Arduino in your day-to-day activities?
Then keep up-to-date with either our STEM or Professional monthly newsletters.
Arduino weekly newsletter (already subscribed)
Educators can benefit from the ever growing tech that shapes our environment through fun cool projects.
Why not awe your boss with highly innovative ways to help keep your enterprise connected at no extra cost?
Arduino Survey
We'd like to get to know you little better.
Please help us improve by answering this super short optional survey.