diff options
| author | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-16 09:39:18 -0500 | 
|---|---|---|
| committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-16 09:39:18 -0500 | 
| commit | 903ae6eff89540b21910e06ef4abbb87e5c510c7 (patch) | |
| tree | eb7fc611e8fa9bf99fbb790f6ec0ccb873227cc9 | |
| parent | 010bb3be95ce67842f059aee1da11ece70641c3f (diff) | |
| download | Sensor-Watch-903ae6eff89540b21910e06ef4abbb87e5c510c7.tar.gz Sensor-Watch-903ae6eff89540b21910e06ef4abbb87e5c510c7.tar.bz2 Sensor-Watch-903ae6eff89540b21910e06ef4abbb87e5c510c7.zip  | |
movement: sunrise/sunset face documentation
| -rw-r--r-- | movement/watch_faces/complications/sunrise_sunset_face.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/movement/watch_faces/complications/sunrise_sunset_face.h b/movement/watch_faces/complications/sunrise_sunset_face.h index 625a0fe3..b73c18fb 100644 --- a/movement/watch_faces/complications/sunrise_sunset_face.h +++ b/movement/watch_faces/complications/sunrise_sunset_face.h @@ -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;  | 
