summaryrefslogtreecommitdiffstats
path: root/movement/make
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-02-18 16:34:52 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-02-18 16:34:52 -0500
commitefde4190f1c1d989530d1bd555739dffa1664da5 (patch)
treef0131dad29d3c8c365eecdbdb5d11b6e2e9fd43d /movement/make
parent8cba4516bbd51f6459f1699979138c741f407f64 (diff)
downloadSensor-Watch-efde4190f1c1d989530d1bd555739dffa1664da5.tar.gz
Sensor-Watch-efde4190f1c1d989530d1bd555739dffa1664da5.tar.bz2
Sensor-Watch-efde4190f1c1d989530d1bd555739dffa1664da5.zip
movement: WIP app for capturing accelerometer data
Diffstat (limited to 'movement/make')
-rwxr-xr-xmovement/make/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/movement/make/Makefile b/movement/make/Makefile
index 9231d5ce..c1808d68 100755
--- a/movement/make/Makefile
+++ b/movement/make/Makefile
@@ -50,6 +50,7 @@ SRCS += \
../watch_faces/complication/countdown_face.c \
../watch_faces/complication/blinky_face.c \
../watch_faces/complication/moon_phase_face.c \
+ ../watch_faces/sensor/accelerometer_data_acquisition_face.c \
# New watch faces go above this line.
# Leave this line at the bottom of the file; it has all the targets for making your project.