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 f8186bc commit 216b021Copy full SHA for 216b021
src/ESP_FlexyStepper.cpp
@@ -416,7 +416,7 @@ bool ESP_FlexyStepper::isBrakeActive()
416
/**
417
* activate (engage) the driver (if any is configured, otherwise will do nothing)
418
*/
419
-void ESP_FlexyStepper::enabledriver(void)
+void ESP_FlexyStepper::enableDriver(void)
420
{
421
if (this->_isEnableConfigured)
422
@@ -428,7 +428,7 @@ if (this->_isEnableConfigured)
428
429
* deactivate (release) the driver (if any is configured, otherwise will do nothing)
430
431
-void ESP_FlexyStepper::disabledriver(void)
+void ESP_FlexyStepper::disableDriver(void)
432
433
434
0 commit comments