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/movement_faces.h | |
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/movement_faces.h')
-rw-r--r-- | movement/movement_faces.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/movement_faces.h b/movement/movement_faces.h index b093ebfa..50df00d0 100644 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@ -32,6 +32,7 @@ #include "pulsometer_face.h" #include "thermistor_readout_face.h" #include "thermistor_logging_face.h" +#include "thermistor_testing_face.h" #include "character_set_face.h" #include "beats_face.h" #include "day_one_face.h" |