Skip to content

Commit

Permalink
feat: change wait time to 30ms
Browse files Browse the repository at this point in the history
  • Loading branch information
paripalpp authored Feb 22, 2024
1 parent ba92fad commit 6f50e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ fn main() -> ! {
ENCODER3.configure(pins.gpio20, pins.gpio21);
ENCODER4.configure(pins.gpio22, pins.gpio26);

let mut scheduler = Scheduler::new(10_000, &timer);
let mut scheduler = Scheduler::new(30_000, &timer);
loop {
// A welcome message at the beginning
if scheduler.update() {
Expand Down

0 comments on commit 6f50e3b

Please sign in to comment.