diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-04-10 18:08:37 -0400 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-04-10 18:13:22 -0400 |
commit | 6e9e264c65f30e4046efbf27ebe801cd1f338122 (patch) | |
tree | 96c5b5d91c36db5c5e6356efe72a02a3832121ef /movement/make | |
parent | d91274e782b17b49bfa639de09dbd988777fec97 (diff) | |
download | Sensor-Watch-6e9e264c65f30e4046efbf27ebe801cd1f338122.tar.gz Sensor-Watch-6e9e264c65f30e4046efbf27ebe801cd1f338122.tar.bz2 Sensor-Watch-6e9e264c65f30e4046efbf27ebe801cd1f338122.zip |
rewrite lis2dh logger for lis2dw
Diffstat (limited to 'movement/make')
-rwxr-xr-x | movement/make/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile index a773fee4..03b18190 100755 --- a/movement/make/Makefile +++ b/movement/make/Makefile @@ -44,6 +44,7 @@ SRCS += \ ../watch_faces/sensor/thermistor_testing_face.c \ ../watch_faces/demo/character_set_face.c \ ../watch_faces/demo/voltage_face.c \ + ../watch_faces/demo/lis2dw_logging_face.c \ ../watch_faces/demo/demo_face.c \ ../watch_faces/demo/hello_there_face.c \ ../watch_faces/complication/pulsometer_face.c \ |