diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-02-18 16:34:52 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-02-18 16:34:52 -0500 |
commit | efde4190f1c1d989530d1bd555739dffa1664da5 (patch) | |
tree | f0131dad29d3c8c365eecdbdb5d11b6e2e9fd43d /movement/movement_config.h | |
parent | 8cba4516bbd51f6459f1699979138c741f407f64 (diff) | |
download | Sensor-Watch-efde4190f1c1d989530d1bd555739dffa1664da5.tar.gz Sensor-Watch-efde4190f1c1d989530d1bd555739dffa1664da5.tar.bz2 Sensor-Watch-efde4190f1c1d989530d1bd555739dffa1664da5.zip |
movement: WIP app for capturing accelerometer data
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r-- | movement/movement_config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h index e68fcc9a..2969de55 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -28,9 +28,8 @@ #include "movement_faces.h" const watch_face_t watch_faces[] = { + accelerometer_data_acquisition_face, simple_clock_face, - beats_face, - voltage_face, preferences_face, set_time_face, }; |