Skip to content

Commit

Permalink
eliminated debounce for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoegenburg committed Jul 31, 2024
1 parent b3e812e commit 06583ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "motor-control/core/tasks/messages.hpp"
#include "motor-control/core/tasks/tmc_motor_driver_common.hpp"

constexpr uint32_t DIAG0_DEBOUNCE_REPS = 9;
constexpr uint32_t DIAG0_DEBOUNCE_REPS = 0; // 9
constexpr uint32_t DIAG0_DEBOUNCE_DELAY = 100;

namespace motion_controller_task {
Expand Down

0 comments on commit 06583ca

Please sign in to comment.