From 23299944c7dae52f33c2a654812ba906fc3d4681 Mon Sep 17 00:00:00 2001 From: Cedric Amaya Date: Sat, 13 Oct 2018 13:32:49 -0700 Subject: [PATCH] Fix spelling errors and add minor edits to README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 06b09e0..4f12d18 100644 --- a/README.md +++ b/README.md @@ -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 #include "RTClib.h" @@ -27,4 +27,4 @@ You will need some 3rd party libraries as well see below includes for reference: #include ``` -Come of these may already be included in the arduino environment, but I included them all jsut to be safe. \ No newline at end of file +Some of these may already be included in the arduino environment, but I included them all just to be safe.