summaryrefslogtreecommitdiffstats
path: root/movement/make
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-10-23 16:23:36 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-10-23 16:23:36 -0400
commit27f699af80df5948400ff4ddc5bd34f2b7a75914 (patch)
treee1b1d413d6a23e25c900669b73fb07bb78b328db /movement/make
parent13d6ea10d74656914f989ae78a0f6cf5f7c5e534 (diff)
downloadSensor-Watch-27f699af80df5948400ff4ddc5bd34f2b7a75914.tar.gz
Sensor-Watch-27f699af80df5948400ff4ddc5bd34f2b7a75914.tar.bz2
Sensor-Watch-27f699af80df5948400ff4ddc5bd34f2b7a75914.zip
WIP: thermistor data logger
Diffstat (limited to 'movement/make')
-rwxr-xr-xmovement/make/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile
index b65d1a47..aae21d22 100755
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -31,6 +31,7 @@ SRCS += \
../watch_faces/complications/pulsometer_face.c \
../watch_faces/thermistor/thermistor_driver.c \
../watch_faces/thermistor/thermistor_readout_face.c \
+ ../watch_faces/thermistor/thermistor_logging_face.c \
../watch_faces/demos/character_set_face.c \
# Leave this line at the bottom of the file; it has all the targets for making your project.