]> git.earman.xyz Git - sensor-watch.git/commit
movement: slight reorganization
authorJoey Castillo <joeycastillo@utexas.edu>
Tue, 25 Jan 2022 22:04:07 +0000 (17:04 -0500)
committerJoey Castillo <joeycastillo@utexas.edu>
Tue, 25 Jan 2022 22:04:07 +0000 (17:04 -0500)
commit2e345d9f664e83ef88e889f7fc6e74a700dafd31
tree3ac24ea6e1facad9be32bff888f0b6acef6d2303
parentfcfb651c113f30d0884f431e8674878077044d03
movement: slight reorganization
49 files changed:
movement/make/Makefile
movement/watch_faces/complication/blinky_face.c [new file with mode: 0644]
movement/watch_faces/complication/blinky_face.h [new file with mode: 0644]
movement/watch_faces/complication/countdown_face.c [new file with mode: 0644]
movement/watch_faces/complication/countdown_face.h [new file with mode: 0644]
movement/watch_faces/complication/day_one_face.c [new file with mode: 0644]
movement/watch_faces/complication/day_one_face.h [new file with mode: 0644]
movement/watch_faces/complication/pulsometer_face.c [new file with mode: 0644]
movement/watch_faces/complication/pulsometer_face.h [new file with mode: 0644]
movement/watch_faces/complication/stopwatch_face.c [new file with mode: 0644]
movement/watch_faces/complication/stopwatch_face.h [new file with mode: 0644]
movement/watch_faces/complication/sunrise_sunset_face.c [new file with mode: 0644]
movement/watch_faces/complication/sunrise_sunset_face.h [new file with mode: 0644]
movement/watch_faces/complication/totp_face.c [new file with mode: 0644]
movement/watch_faces/complication/totp_face.h [new file with mode: 0644]
movement/watch_faces/complications/blinky_face.c [deleted file]
movement/watch_faces/complications/blinky_face.h [deleted file]
movement/watch_faces/complications/countdown_face.c [deleted file]
movement/watch_faces/complications/countdown_face.h [deleted file]
movement/watch_faces/complications/day_one_face.c [deleted file]
movement/watch_faces/complications/day_one_face.h [deleted file]
movement/watch_faces/complications/pulsometer_face.c [deleted file]
movement/watch_faces/complications/pulsometer_face.h [deleted file]
movement/watch_faces/complications/stopwatch_face.c [deleted file]
movement/watch_faces/complications/stopwatch_face.h [deleted file]
movement/watch_faces/complications/sunrise_sunset_face.c [deleted file]
movement/watch_faces/complications/sunrise_sunset_face.h [deleted file]
movement/watch_faces/complications/totp_face.c [deleted file]
movement/watch_faces/complications/totp_face.h [deleted file]
movement/watch_faces/demo/character_set_face.c [new file with mode: 0644]
movement/watch_faces/demo/character_set_face.h [new file with mode: 0644]
movement/watch_faces/demo/demo_face.c [new file with mode: 0644]
movement/watch_faces/demo/demo_face.h [new file with mode: 0644]
movement/watch_faces/demo/hello_there_face.c [new file with mode: 0644]
movement/watch_faces/demo/hello_there_face.h [new file with mode: 0644]
movement/watch_faces/demo/lis2dh_logging_face.c [new file with mode: 0644]
movement/watch_faces/demo/lis2dh_logging_face.h [new file with mode: 0644]
movement/watch_faces/demo/voltage_face.c [new file with mode: 0644]
movement/watch_faces/demo/voltage_face.h [new file with mode: 0644]
movement/watch_faces/demos/character_set_face.c [deleted file]
movement/watch_faces/demos/character_set_face.h [deleted file]
movement/watch_faces/demos/demo_face.c [deleted file]
movement/watch_faces/demos/demo_face.h [deleted file]
movement/watch_faces/demos/hello_there_face.c [deleted file]
movement/watch_faces/demos/hello_there_face.h [deleted file]
movement/watch_faces/demos/lis2dh_logging_face.c [deleted file]
movement/watch_faces/demos/lis2dh_logging_face.h [deleted file]
movement/watch_faces/demos/voltage_face.c [deleted file]
movement/watch_faces/demos/voltage_face.h [deleted file]