diff options
author | joeycastillo <joeycastillo@utexas.edu> | 2022-03-04 14:52:49 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 14:52:49 -0600 |
commit | ccdf08da876d2c66bbc54cc246443676c4f9bf2e (patch) | |
tree | 77473da9df40f9b1f7cec5f8bd03c1b52c26b8e7 /movement/movement_faces.h | |
parent | ea988208e10dbcf62eff65522ec9f92231d880e9 (diff) | |
download | Sensor-Watch-ccdf08da876d2c66bbc54cc246443676c4f9bf2e.tar.gz Sensor-Watch-ccdf08da876d2c66bbc54cc246443676c4f9bf2e.tar.bz2 Sensor-Watch-ccdf08da876d2c66bbc54cc246443676c4f9bf2e.zip |
Movement: Astronomy and Orrery watch faces (#55)
Diffstat (limited to 'movement/movement_faces.h')
-rw-r--r-- | movement/movement_faces.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/movement/movement_faces.h b/movement/movement_faces.h index ae94efa7..b093ebfa 100644 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@ -45,6 +45,8 @@ #include "countdown_face.h" #include "blinky_face.h" #include "moon_phase_face.h" +#include "orrery_face.h" +#include "astronomy_face.h" // New includes go above this line. #endif // MOVEMENT_FACES_H_ |