Skip to content
Snippets Groups Projects
Commit 098a9508 authored by Sindre Eiklid's avatar Sindre Eiklid
Browse files

Set initial time to day

parent 8653322a
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@
class LightCycle {
private:
/* private data */
int hour = 0;
bool increment = true;
int hour = 11;
bool increment = false;
public:
/* public functionality */
~LightCycle();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment