We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e5e1d commit 9443b5eCopy full SHA for 9443b5e
ledmatrix/src/main.rs
@@ -219,7 +219,13 @@ fn main() -> ! {
219
// TODO: Current hardware revision does not have the sleep pin wired up :(
220
// Go to sleep if the host is sleeping
221
let _host_sleeping = sleep.is_low().unwrap();
222
- //handle_sleep(host_sleeping, &mut state, &mut matrix, &mut delay);
+ //handle_sleep(
223
+ // host_sleeping,
224
+ // &mut state,
225
+ // &mut matrix,
226
+ // &mut delay,
227
+ // &mut led_enable,
228
+ //);
229
230
// Handle period display updates. Don't do it too often
231
if timer.get_counter().ticks() > prev_timer + 20_000 {
0 commit comments