We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f2e96 commit 012608cCopy full SHA for 012608c
src/BLDCMotor.cpp
@@ -97,7 +97,6 @@ void BLDCMotor::init() {
97
||controller==MotionControlType::velocity_openloop)
98
&& (sensor_direction == Direction::UNKNOWN)) {
99
sensor_direction = Direction::CW;
100
- }
101
}
102
103
_delay(500);
src/StepperMotor.cpp
@@ -61,7 +61,6 @@ void StepperMotor::init() {
61
62
63
64
65
66
67
0 commit comments