Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ Links to the build video and blog post coming soon.

## Structure

The project could use some refactoring, but here is the high level project organization
- **day-cycle-clock-code.ino** Contains the main loop and it primarility handles the input buttons, clock settings, RTC, and menu
The project could use some refactoring, but here is the high level project organization:
- **day-cycle-clock-code.ino** Contains the main loop and it primarily handles the input buttons, clock settings, RTC, and menu
- **ColorState** Contains the functions to determine what the state of the clock should be based on the current date, time, and location.
- **DisplayOutput** Controls the output updating the LED strips, servo angle, and screen.

## Dependencies

You will need some 3rd party libraries as well see below includes for reference:
You will need some 3rd party libraries as well - see the below includes for reference:
```
#include <Pushbutton.h>
#include "RTClib.h"
Expand All @@ -27,4 +27,4 @@ You will need some 3rd party libraries as well see below includes for reference:
#include <TFT_ILI9163C.h>
```

Come of these may already be included in the arduino environment, but I included them all jsut to be safe.
Some of these may already be included in the arduino environment, but I included them all just to be safe.