Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-8 committed Dec 11, 2022
1 parent b41c43d commit 6bb3fb6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/clock_time.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* This file contains functions for connecting to the internet over WiFi,
* retrieving the current time from an api,
* and creating a string representing the current time that updates as time passes
* without further wifi connections being necessary.
*/
#ifndef CLOCK_TIME_H
#define CLOCK_TIME_H
#include <Arduino.h>
Expand Down
3 changes: 3 additions & 0 deletions src/src.ino
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* This file contains Arduino's setup() and loop() functions and the state machine. More generalized
*/
#include <Arduino.h>

// #define RUN_UNIT_TESTS // uncomment to run unit tests
Expand Down

0 comments on commit 6bb3fb6

Please sign in to comment.