]> git.earman.xyz Git - sensor-watch.git/commit
Movement: Astronomy and Orrery watch faces (#55)
authorjoeycastillo <joeycastillo@utexas.edu>
Fri, 4 Mar 2022 20:52:49 +0000 (14:52 -0600)
committerGitHub <noreply@github.com>
Fri, 4 Mar 2022 20:52:49 +0000 (14:52 -0600)
commitccdf08da876d2c66bbc54cc246443676c4f9bf2e
tree77473da9df40f9b1f7cec5f8bd03c1b52c26b8e7
parentea988208e10dbcf62eff65522ec9f92231d880e9
Movement: Astronomy and Orrery watch faces (#55)
19 files changed:
movement/lib/astrolib/LICENSE.txt [new file with mode: 0755]
movement/lib/astrolib/README.md [new file with mode: 0644]
movement/lib/astrolib/astrolib.c [new file with mode: 0644]
movement/lib/astrolib/astrolib.h [new file with mode: 0644]
movement/lib/sunriset/sunriset.c
movement/lib/sunriset/sunriset.h
movement/lib/vsop87/LICENSE.txt [new file with mode: 0755]
movement/lib/vsop87/README.md [new file with mode: 0755]
movement/lib/vsop87/vsop87a_micro.c [new file with mode: 0755]
movement/lib/vsop87/vsop87a_micro.h [new file with mode: 0755]
movement/lib/vsop87/vsop87a_milli.c [new file with mode: 0755]
movement/lib/vsop87/vsop87a_milli.h [new file with mode: 0755]
movement/make/Makefile
movement/movement_faces.h
movement/watch_faces/complication/astronomy_face.c [new file with mode: 0644]
movement/watch_faces/complication/astronomy_face.h [new file with mode: 0644]
movement/watch_faces/complication/orrery_face.c [new file with mode: 0644]
movement/watch_faces/complication/orrery_face.h [new file with mode: 0644]
watch-library/shared/watch/watch_private_display.c