]> git.earman.xyz Git - sensor-watch.git/commitdiff
movement: sunrise/sunset face documentation
authorJoey Castillo <joeycastillo@utexas.edu>
Sun, 16 Jan 2022 14:39:18 +0000 (09:39 -0500)
committerJoey Castillo <joeycastillo@utexas.edu>
Sun, 16 Jan 2022 14:39:18 +0000 (09:39 -0500)
movement/watch_faces/complications/sunrise_sunset_face.h

index 625a0fe33553bba327f3520b344415be14fc2cce..b73c18fb559cc7bb7a1c691a7fc967a7f7578420 100644 (file)
@@ -27,8 +27,8 @@
 
 #include "movement.h"
 
-// The Day One face is designed to count upwards from the wearer's date of birth. It also functions as an
-// interface for setting the birth date register, which other watch faces can use for various purposes.
+// The Sunrise/Sunset face is designed to display the next sunrise or sunset for a given location.
+// TODO: It also functions as an interface for setting the location register, which other watch faces can use for various purposes.
 
 typedef struct {
     uint16_t latitude;