]> git.earman.xyz Git - sensor-watch.git/commit
first build of Second Movement with two watch faces
authorjoeycastillo <joeycastillo@utexas.edu>
Wed, 18 Sep 2024 22:22:33 +0000 (18:22 -0400)
committerjoeycastillo <joeycastillo@utexas.edu>
Wed, 18 Sep 2024 22:22:33 +0000 (18:22 -0400)
commitdccad01e8faeaeeb4d22df4c52a4fc4fa649bc7d
tree703f4609b15517c32580fa74dc86a3b26c701ab5
parent24598ec2802ced0f827ad817f93a6c28e5bee8de
first build of Second Movement with two watch faces
17 files changed:
Makefile
app.c [deleted file]
movement.c [new file with mode: 0644]
movement.h [new file with mode: 0644]
movement/movement.c [deleted file]
movement/movement.h [deleted file]
movement/watch_faces/clock/simple_clock_face.c [deleted file]
movement/watch_faces/clock/simple_clock_face.h [deleted file]
movement/watch_faces/settings/set_time_face.c [deleted file]
movement/watch_faces/settings/set_time_face.h [deleted file]
movement_config.h [new file with mode: 0644]
movement_faces.h [new file with mode: 0644]
watch-faces.mk [new file with mode: 0644]
watch-faces/clock/simple_clock_face.c [new file with mode: 0644]
watch-faces/clock/simple_clock_face.h [new file with mode: 0644]
watch-faces/settings/set_time_face.c [new file with mode: 0644]
watch-faces/settings/set_time_face.h [new file with mode: 0644]