Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoegenburg committed Aug 6, 2024
1 parent 06583ca commit aba3bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion motor-control/firmware/stepper_motor/motor_hardware.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ void MotorHardware::activate_motor() {
void MotorHardware::deactivate_motor() {
if (pins.ebrake.has_value()) {
gpio::set(pins.ebrake.value());
motor_hardware_delay(20);
motor_hardware_delay(20); // need more time? How was this derived?
}
gpio::reset(pins.enable);
}
Expand Down

0 comments on commit aba3bff

Please sign in to comment.