Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 479c82fa authored by Vauban's avatar Vauban
Browse files

Robotics cape: Adjust rotary encoder's debouncing.

parent c333287d
Branches
No related merge requests found
......@@ -9,8 +9,7 @@ module debounce
output reg switch_out
);
// localparam bounce_limit_upper_bit = 3;
localparam bounce_limit_upper_bit = 18;
localparam bounce_limit_upper_bit = 19;
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