diff options
| author | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-01 14:57:06 -0500 |
|---|---|---|
| committer | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-01 14:57:06 -0500 |
| commit | 0679d84c037f5a9c0c4abb056599f806a59aae3b (patch) | |
| tree | eb4aa79abf4b7734cf71b5929b3cfac4eb3420bd /movement/movement_config.h | |
| parent | 2504a922a369c8487b18b9d5f09aad9e9743e8b9 (diff) | |
| download | Sensor-Watch-0679d84c037f5a9c0c4abb056599f806a59aae3b.tar.gz Sensor-Watch-0679d84c037f5a9c0c4abb056599f806a59aae3b.tar.bz2 Sensor-Watch-0679d84c037f5a9c0c4abb056599f806a59aae3b.zip | |
movement: add experimental accelerometer data logging face
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 ecf02bbf..2ef43ef0 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -14,6 +14,7 @@ #include "voltage_face.h" #include "stopwatch_face.h" #include "totp_face.h" +#include "lis2dh_logging_face.h" const watch_face_t watch_faces[] = { simple_clock_face, |
