Disable unused peripherals for power saving #5

Merged
localhorst merged 3 commits from feature/energy-saving into main 2025-11-09 17:34:30 +01:00
Showing only changes of commit 126d55ed06 - Show all commits
+3
View File
@@ -136,7 +136,10 @@ int main(void)
}
}
// Sleep during delay instead of busy-wait
sleep_enable();
_delay_ms(MAIN_LOOP_SLEEP);
sleep_disable();
}
}