diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-05-02 18:39:45 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-05-02 18:39:45 -0500 |
commit | cd405735351035df657b64547b3dfc6a3d59db56 (patch) | |
tree | 1cdd5e6b0d0434d20f71045178a1e5e7377eb56f /movement/movement_faces.h | |
parent | 0004c30f422e702fd184a54e9f1d55da878bcd0f (diff) | |
parent | 35d1f5e647ac1b5fcccdb43ec58058587dd5301b (diff) | |
download | Sensor-Watch-cd405735351035df657b64547b3dfc6a3d59db56.tar.gz Sensor-Watch-cd405735351035df657b64547b3dfc6a3d59db56.tar.bz2 Sensor-Watch-cd405735351035df657b64547b3dfc6a3d59db56.zip |
Merge branch 'main' of github.com:joeycastillo/Sensor-Watch into motion-express
Diffstat (limited to 'movement/movement_faces.h')
-rw-r--r-- | movement/movement_faces.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/movement/movement_faces.h b/movement/movement_faces.h index e4ef102b..e7e78ff4 100644 --- a/movement/movement_faces.h +++ b/movement/movement_faces.h @@ -32,20 +32,26 @@ #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" #include "voltage_face.h" #include "stopwatch_face.h" #include "totp_face.h" -#include "lis2dh_logging_face.h" +#include "lis2dw_logging_face.h" #include "demo_face.h" #include "hello_there_face.h" #include "sunrise_sunset_face.h" #include "countdown_face.h" +#include "counter_face.h" #include "blinky_face.h" #include "moon_phase_face.h" #include "accelerometer_data_acquisition_face.h" +#include "mars_time_face.h" +#include "orrery_face.h" +#include "astronomy_face.h" +#include "tomato_face.h" // New includes go above this line. #endif // MOVEMENT_FACES_H_ |