diff options
author | Joey Castillo <jose.castillo@gmail.com> | 2021-10-23 16:23:36 -0400 |
---|---|---|
committer | Joey Castillo <jose.castillo@gmail.com> | 2021-10-23 16:23:36 -0400 |
commit | 27f699af80df5948400ff4ddc5bd34f2b7a75914 (patch) | |
tree | e1b1d413d6a23e25c900669b73fb07bb78b328db /movement/movement_config.h | |
parent | 13d6ea10d74656914f989ae78a0f6cf5f7c5e534 (diff) | |
download | Sensor-Watch-27f699af80df5948400ff4ddc5bd34f2b7a75914.tar.gz Sensor-Watch-27f699af80df5948400ff4ddc5bd34f2b7a75914.tar.bz2 Sensor-Watch-27f699af80df5948400ff4ddc5bd34f2b7a75914.zip |
WIP: thermistor data logger
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r-- | movement/movement_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h index 99bffdd2..79f49144 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -6,6 +6,7 @@ #include "set_time_face.h" #include "pulsometer_face.h" #include "thermistor_readout_face.h" +#include "thermistor_logging_face.h" #include "character_set_face.h" const watch_face_t watch_faces[] = { |