]> git.earman.xyz Git - sensor-watch.git/commit
movement: move thermistor to 'sensor' watch faces
authorJoey Castillo <joeycastillo@utexas.edu>
Thu, 17 Feb 2022 19:44:40 +0000 (14:44 -0500)
committerJoey Castillo <joeycastillo@utexas.edu>
Thu, 17 Feb 2022 19:47:47 +0000 (14:47 -0500)
commit4f29cf24f3db0456b12c89589f3ce0338a6c60cd
tree9e75ede60f78f49e833016a940a282fbf9480c6d
parent0337d198ffe20062678a7900a7666f312c229475
movement: move thermistor to 'sensor' watch faces
14 files changed:
make.mk
movement/make/Makefile
movement/watch_faces/sensor/thermistor_logging_face.c [new file with mode: 0644]
movement/watch_faces/sensor/thermistor_logging_face.h [new file with mode: 0644]
movement/watch_faces/sensor/thermistor_readout_face.c [new file with mode: 0644]
movement/watch_faces/sensor/thermistor_readout_face.h [new file with mode: 0644]
movement/watch_faces/thermistor/thermistor_driver.c [deleted file]
movement/watch_faces/thermistor/thermistor_driver.h [deleted file]
movement/watch_faces/thermistor/thermistor_logging_face.c [deleted file]
movement/watch_faces/thermistor/thermistor_logging_face.h [deleted file]
movement/watch_faces/thermistor/thermistor_readout_face.c [deleted file]
movement/watch_faces/thermistor/thermistor_readout_face.h [deleted file]
watch-library/shared/driver/thermistor_driver.c [new file with mode: 0644]
watch-library/shared/driver/thermistor_driver.h [new file with mode: 0644]