Skip to content

Commit

Permalink
=0
Browse files Browse the repository at this point in the history
test
  • Loading branch information
titaniumbaryum committed Mar 10, 2018
1 parent e7c9721 commit d368303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DualDRV8825.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class DualDRV8825 {
struct Profile profile;

long step_count; // current position
long steps_remaining; // to complete the current move (absolute value)
long steps_remaining = 0; // to complete the current move (absolute value)
long steps_to_cruise; // steps to reach cruising (max) rpm
long steps_to_brake; // steps needed to come to a full stop
long step_pulse; // step pulse duration (microseconds)
Expand Down

0 comments on commit d368303

Please sign in to comment.