Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 3e0d338f authored by Vauban's avatar Vauban
Browse files

Robotics cape: Adjust encoders debounce.

parent 8afe1848
Branches
Tags
No related merge requests found
......@@ -9,7 +9,7 @@ module debounce
output reg switch_out
);
localparam bounce_limit_upper_bit = 19;
localparam bounce_limit_upper_bit = 15;
reg [bounce_limit_upper_bit:0] bounce_count = 0;
//---------------------------------------------------------------------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment