diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-04-01 15:42:49 -0400 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-04-02 10:07:18 -0400 |
commit | 4ebc4e97ce3aa46909907f8b50a23ceb520326e0 (patch) | |
tree | 035ffd0ac50b3165857c33a35f52e4031ada3306 /movement/make | |
parent | 6e3dc0778116788ff89ae7d43cd42147c6c50ac0 (diff) | |
download | Sensor-Watch-4ebc4e97ce3aa46909907f8b50a23ceb520326e0.tar.gz Sensor-Watch-4ebc4e97ce3aa46909907f8b50a23ceb520326e0.tar.bz2 Sensor-Watch-4ebc4e97ce3aa46909907f8b50a23ceb520326e0.zip |
movement: add thermistor testing watch face
Diffstat (limited to 'movement/make')
-rwxr-xr-x | movement/make/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile index cd4471b5..1e529954 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -41,6 +41,7 @@ SRCS += \ ../watch_faces/settings/set_time_face.c \ ../watch_faces/sensor/thermistor_readout_face.c \ ../watch_faces/sensor/thermistor_logging_face.c \ + ../watch_faces/sensor/thermistor_testing_face.c \ ../watch_faces/demo/character_set_face.c \ ../watch_faces/demo/voltage_face.c \ ../watch_faces/demo/lis2dh_logging_face.c \ |