Skip to content

Commit

Permalink
Just test delay
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin committed Nov 8, 2023
1 parent 13f4714 commit cd6f1bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,7 @@ impl Navigator {
/// }
/// ```
pub fn get_led(&mut self, select: UserLed) -> bool {
std::thread::sleep(std::time::Duration::from_millis(500));
self.led.get_led(select)
}

Expand Down

0 comments on commit cd6f1bf

Please sign in to comment.